Package org.apache.storm.command
Class AdminCommands
java.lang.Object
org.apache.storm.command.AdminCommands
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Main entry point to the admin command.static String
prettyPrint
(org.apache.storm.thrift.TBase value) Print value in a human readable format.
-
Field Details
-
COMMANDS
-
-
Constructor Details
-
AdminCommands
public AdminCommands()
-
-
Method Details
-
prettyPrint
Print value in a human readable format.- Parameters:
value
- what to print.- Returns:
- a human readable string
-
main
Main entry point to the admin command.
-