Package org.apache.storm.command
Class AdminCommands
java.lang.Object
org.apache.storm.command.AdminCommands
- 
Nested Class Summary
Nested Classes - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier 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
- 
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. 
 -