Package com.mapr.cli
Class DbGatewayCommands
- java.lang.Object
-
- com.mapr.cliframework.base.CLIBaseClass
-
- com.mapr.cli.DbGatewayCommands
-
- All Implemented Interfaces:
com.mapr.cliframework.base.CLIInterface
public class DbGatewayCommands extends com.mapr.cliframework.base.CLIBaseClass implements com.mapr.cliframework.base.CLIInterface
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCLUSTER_PARAM_NAMEstatic java.lang.StringDST_CLUSTER_PARAM_NAMEstatic java.lang.StringFORMAT_PARAM_NAMEstatic com.mapr.cliframework.base.CLICommandgatewayCommandsstatic java.lang.StringGATEWAYS_PARAM_NAMEstatic java.lang.StringHOSTNAME_IP_SEPARATORstatic java.lang.StringIP_PORT_SEPARATORstatic intMAX_PORT_NUMBERstatic java.lang.StringMULTI_ADDR_SEPARATOR
-
Constructor Summary
Constructors Constructor Description DbGatewayCommands(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, getUserClusterOps, getUserCredentials, getUserId, getUserLoginId, getVersion, isParamPresent, isParamValueEmpty, setServerCall, setUserClusterOps, setUserCredentials, setUserCredentialsByJwt, setVersion, skipValidation, validateInput
-
-
-
-
Field Detail
-
MULTI_ADDR_SEPARATOR
public static final java.lang.String MULTI_ADDR_SEPARATOR
- See Also:
- Constant Field Values
-
HOSTNAME_IP_SEPARATOR
public static final java.lang.String HOSTNAME_IP_SEPARATOR
- See Also:
- Constant Field Values
-
IP_PORT_SEPARATOR
public static final java.lang.String IP_PORT_SEPARATOR
- See Also:
- Constant Field Values
-
MAX_PORT_NUMBER
public static final int MAX_PORT_NUMBER
- See Also:
- Constant Field Values
-
DST_CLUSTER_PARAM_NAME
public static final java.lang.String DST_CLUSTER_PARAM_NAME
- See Also:
- Constant Field Values
-
CLUSTER_PARAM_NAME
public static final java.lang.String CLUSTER_PARAM_NAME
- See Also:
- Constant Field Values
-
GATEWAYS_PARAM_NAME
public static final java.lang.String GATEWAYS_PARAM_NAME
- See Also:
- Constant Field Values
-
FORMAT_PARAM_NAME
public static final java.lang.String FORMAT_PARAM_NAME
- See Also:
- Constant Field Values
-
gatewayCommands
public static final com.mapr.cliframework.base.CLICommand gatewayCommands
-
-