Package org.apache.storm.command
Interface AdminCommands.AdminCommand
- All Known Implementing Classes:
- ZkCli
- Enclosing class:
- AdminCommands
public static interface AdminCommands.AdminCommand
- 
Method SummaryModifier and TypeMethodDescriptionvoidprintCliHelp(String command, PrintStream out) Print a help message to out.voidRun the command, this will be called at most once.
- 
Method Details- 
runRun the command, this will be called at most once.- Throws:
- Exception
 
- 
printCliHelpPrint a help message to out. typically this should be in the form of. command arguments: description of command argument - description
 
-