Package com.mapr.cli
Class NodeServicesManagementCommand
- java.lang.Object
-
- com.mapr.cliframework.base.CLIBaseClass
-
- com.mapr.cli.NodeServicesManagementCommand
-
- All Implemented Interfaces:
com.mapr.cliframework.base.CLIInterface
public class NodeServicesManagementCommand extends com.mapr.cliframework.base.CLIBaseClass implements com.mapr.cliframework.base.CLIInterface
-
-
Field Summary
Fields Modifier and Type Field Description static java.util.List<org.apache.zookeeper.data.ACL>CREATOR_ALL_ACL_PLUSstatic java.util.List<org.apache.zookeeper.data.ACL>CREATOR_ALL_ACL_PLUS_DIRstatic java.lang.StringFILTER_PARAMstatic intMAX_CHARS_COUNTstatic java.lang.StringNODES_PARAMstatic java.lang.StringNODES_SERVICES_MNGMNT_SERVICE_PATHstatic java.lang.StringNODES_SERVICES_MNGMNT_TOP_PATHstatic com.mapr.cliframework.base.CLICommandnodeServicesstatic java.lang.StringSERVICE_ACTION_PARAMstatic java.lang.StringSERVICE_MULTI_PARAMstatic java.lang.StringSERVICE_NAME_PARAMstatic intTIMEOUT_SERVERstatic java.util.List<org.apache.zookeeper.data.ACL>ZK_ACLSstatic java.util.List<org.apache.zookeeper.data.ACL>ZK_ACLS_DIRstatic java.lang.StringZK_CONNECTSTRING
-
Constructor Summary
Constructors Constructor Description NodeServicesManagementCommand(com.mapr.cliframework.base.ProcessedInput input, com.mapr.cliframework.base.CLICommand cliCommand)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.mapr.cliframework.base.CommandOutputexecuteRealCommand()-
Methods inherited from class com.mapr.cliframework.base.CLIBaseClass
executeCommand, executeSimpleSHHCommand, executeSimpleSHHCommand, getCLICommand, getCommandUsage, getGIds, getInput, getKeyType, getParamBooleanValue, getParamDateValue, getParamIntValue, getParamLongValue, getParamObjectValue, getParamTextValue, getUserCredentials, getUserId, getUserLoginId, getVersion, isParamPresent, isParamValueEmpty, setServerCall, setUserCredentials, setVersion, validateInput
-
-
-
-
Field Detail
-
FILTER_PARAM
public static final java.lang.String FILTER_PARAM
- See Also:
- Constant Field Values
-
NODES_PARAM
public static final java.lang.String NODES_PARAM
- See Also:
- Constant Field Values
-
SERVICE_NAME_PARAM
public static final java.lang.String SERVICE_NAME_PARAM
- See Also:
- Constant Field Values
-
SERVICE_MULTI_PARAM
public static final java.lang.String SERVICE_MULTI_PARAM
- See Also:
- Constant Field Values
-
SERVICE_ACTION_PARAM
public static final java.lang.String SERVICE_ACTION_PARAM
- See Also:
- Constant Field Values
-
ZK_CONNECTSTRING
public static final java.lang.String ZK_CONNECTSTRING
- See Also:
- Constant Field Values
-
TIMEOUT_SERVER
public static final int TIMEOUT_SERVER
- See Also:
- Constant Field Values
-
MAX_CHARS_COUNT
public static final int MAX_CHARS_COUNT
- See Also:
- Constant Field Values
-
NODES_SERVICES_MNGMNT_TOP_PATH
public static final java.lang.String NODES_SERVICES_MNGMNT_TOP_PATH
- See Also:
- Constant Field Values
-
NODES_SERVICES_MNGMNT_SERVICE_PATH
public static final java.lang.String NODES_SERVICES_MNGMNT_SERVICE_PATH
- See Also:
- Constant Field Values
-
CREATOR_ALL_ACL_PLUS
public static java.util.List<org.apache.zookeeper.data.ACL> CREATOR_ALL_ACL_PLUS
-
CREATOR_ALL_ACL_PLUS_DIR
public static java.util.List<org.apache.zookeeper.data.ACL> CREATOR_ALL_ACL_PLUS_DIR
-
ZK_ACLS
public static java.util.List<org.apache.zookeeper.data.ACL> ZK_ACLS
-
ZK_ACLS_DIR
public static java.util.List<org.apache.zookeeper.data.ACL> ZK_ACLS_DIR
-
nodeServices
public static final com.mapr.cliframework.base.CLICommand nodeServices
-
-