Class CommandExecutor
- java.lang.Object
- 
- org.apache.zookeeper.server.command.CommandExecutor
 
- 
 public class CommandExecutor extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description CommandExecutor()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanexecute(ServerCnxn serverCnxn, PrintWriter pwriter, int commandCode, ZooKeeperServer zkServer, ServerCnxnFactory factory)This class decides which command to be executed and then executes
 
- 
- 
- 
Method Detail- 
executepublic boolean execute(ServerCnxn serverCnxn, PrintWriter pwriter, int commandCode, ZooKeeperServer zkServer, ServerCnxnFactory factory) This class decides which command to be executed and then executes
 
- 
 
-