Class StatCommand
- java.lang.Object
- 
- org.apache.zookeeper.server.command.AbstractFourLetterCommand
- 
- org.apache.zookeeper.server.command.StatCommand
 
 
- 
 public class StatCommand extends AbstractFourLetterCommand 
- 
- 
Field Summary- 
Fields inherited from class org.apache.zookeeper.server.command.AbstractFourLetterCommandfactory, pw, serverCnxn, ZK_NOT_SERVING, zkServer
 
- 
 - 
Constructor SummaryConstructors Constructor Description StatCommand(PrintWriter pw, ServerCnxn serverCnxn, int len)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcommandRun()- 
Methods inherited from class org.apache.zookeeper.server.command.AbstractFourLetterCommandrun, setFactory, setZkServer, start
 
- 
 
- 
- 
- 
Constructor Detail- 
StatCommandpublic StatCommand(PrintWriter pw, ServerCnxn serverCnxn, int len) 
 
- 
 - 
Method Detail- 
commandRunpublic void commandRun() - Specified by:
- commandRunin class- AbstractFourLetterCommand
 
 
- 
 
-