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