Class ZkCli
java.lang.Object
org.apache.storm.shade.org.apache.zookeeper.ZkCli
- All Implemented Interfaces:
- AdminCommands.AdminCommand
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidprintCliHelp(String command, PrintStream out) Print a help message to out.voidRun the command, this will be called at most once.
- 
Constructor Details- 
ZkClipublic ZkCli()
 
- 
- 
Method Details- 
runDescription copied from interface:AdminCommands.AdminCommandRun the command, this will be called at most once.- Specified by:
- runin interface- AdminCommands.AdminCommand
- Throws:
- Exception
 
- 
printCliHelpDescription copied from interface:AdminCommands.AdminCommandPrint a help message to out. typically this should be in the form of. command arguments: description of command argument - description- Specified by:
- printCliHelpin interface- AdminCommands.AdminCommand
 
 
-