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.AbstractFourLetterCommand
factory, pw, serverCnxn, ZK_NOT_SERVING, zkServer
-
-
Constructor Summary
Constructors Constructor Description StatCommand(PrintWriter pw, ServerCnxn serverCnxn, int len)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
commandRun()
-
Methods inherited from class org.apache.zookeeper.server.command.AbstractFourLetterCommand
run, setFactory, setZkServer, start
-
-
-
-
Constructor Detail
-
StatCommand
public StatCommand(PrintWriter pw, ServerCnxn serverCnxn, int len)
-
-
Method Detail
-
commandRun
public void commandRun()
- Specified by:
commandRun
in classAbstractFourLetterCommand
-
-