Class WatchCommand
- java.lang.Object
-
- org.apache.zookeeper.server.command.AbstractFourLetterCommand
-
- org.apache.zookeeper.server.command.WatchCommand
-
public class WatchCommand 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 WatchCommand(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
-
WatchCommand
public WatchCommand(PrintWriter pw, ServerCnxn serverCnxn, int len)
-
-
Method Detail
-
commandRun
public void commandRun()
- Specified by:
commandRun
in classAbstractFourLetterCommand
-
-