Class CommandExecutor
java.lang.Object
org.apache.zookeeper.server.command.CommandExecutor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
execute
(ServerCnxn serverCnxn, PrintWriter pwriter, int commandCode, ZooKeeperServer zkServer, ServerCnxnFactory factory) This class decides which command to be executed and then executes
-
Constructor Details
-
CommandExecutor
public CommandExecutor()
-
-
Method Details
-
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
-