Package org.apache.storm.command
Class AdminCommands
java.lang.Object
org.apache.storm.command.AdminCommands
- 
Nested Class SummaryNested Classes
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidMain entry point to the admin command.static StringprettyPrint(org.apache.storm.thrift.TBase value) Print value in a human readable format.
- 
Field Details- 
COMMANDS
 
- 
- 
Constructor Details- 
AdminCommandspublic AdminCommands()
 
- 
- 
Method Details- 
prettyPrintPrint value in a human readable format.- Parameters:
- value- what to print.
- Returns:
- a human readable string
 
- 
mainMain entry point to the admin command.
 
-