Package com.mapr.cli
Class NodeRemoveCommand
- java.lang.Object
-
- com.mapr.cliframework.base.CLIBaseClass
-
- com.mapr.cli.NodeRemoveCommand
-
- All Implemented Interfaces:
com.mapr.cliframework.base.CLIInterface
public class NodeRemoveCommand extends com.mapr.cliframework.base.CLIBaseClass implements com.mapr.cliframework.base.CLIInterface
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringFILTER_PARAMstatic java.lang.StringHOSTIDS_PARAMstatic java.lang.StringKEEP_DISKS_PARAMstatic org.apache.commons.logging.LogLOGstatic com.mapr.cliframework.base.CLICommandnodeRemovestatic java.lang.StringNODES_PARAMstatic java.lang.StringSERVER_PATHstatic java.lang.StringSERVICE_FILESERVER_ARGstatic java.lang.StringSERVICE_NFSSERVER_ARGstatic java.lang.StringSERVICE_PARAMstatic longTIMEOUTstatic intTIMEOUT_SERVERstatic java.lang.StringZK_CONNECTSTRING
-
Constructor Summary
Constructors Constructor Description NodeRemoveCommand(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
-
HOSTIDS_PARAM
public static final java.lang.String HOSTIDS_PARAM
- See Also:
- Constant Field Values
-
ZK_CONNECTSTRING
public static final java.lang.String ZK_CONNECTSTRING
- See Also:
- Constant Field Values
-
SERVICE_PARAM
public static final java.lang.String SERVICE_PARAM
- See Also:
- Constant Field Values
-
KEEP_DISKS_PARAM
public static final java.lang.String KEEP_DISKS_PARAM
- See Also:
- Constant Field Values
-
SERVICE_NFSSERVER_ARG
public static final java.lang.String SERVICE_NFSSERVER_ARG
- See Also:
- Constant Field Values
-
SERVICE_FILESERVER_ARG
public static final java.lang.String SERVICE_FILESERVER_ARG
- See Also:
- Constant Field Values
-
TIMEOUT_SERVER
public static final int TIMEOUT_SERVER
- See Also:
- Constant Field Values
-
SERVER_PATH
public static final java.lang.String SERVER_PATH
- See Also:
- Constant Field Values
-
TIMEOUT
public static long TIMEOUT
-
LOG
public static final org.apache.commons.logging.Log LOG
-
nodeRemove
public static final com.mapr.cliframework.base.CLICommand nodeRemove
-
-