public class DbGatewayCommands
extends com.mapr.cliframework.base.CLIBaseClass
implements com.mapr.cliframework.base.CLIInterface
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLUSTER_PARAM_NAME |
static java.lang.String |
DST_CLUSTER_PARAM_NAME |
static java.lang.String |
FORMAT_PARAM_NAME |
static com.mapr.cliframework.base.CLICommand |
gatewayCommands |
static java.lang.String |
GATEWAYS_PARAM_NAME |
static java.lang.String |
HOSTNAME_IP_SEPARATOR |
static java.lang.String |
IP_PORT_SEPARATOR |
static int |
MAX_PORT_NUMBER |
static java.lang.String |
MULTI_ADDR_SEPARATOR |
| Constructor and Description |
|---|
DbGatewayCommands(com.mapr.cliframework.base.ProcessedInput input,
com.mapr.cliframework.base.CLICommand cliCommand) |
| Modifier and Type | Method and Description |
|---|---|
com.mapr.cliframework.base.CommandOutput |
executeRealCommand() |
executeCommand, executeSimpleSHHCommand, executeSimpleSHHCommand, getCLICommand, getCommandUsage, getGIds, getInput, getKeyType, getParamBooleanValue, getParamDateValue, getParamIntValue, getParamLongValue, getParamObjectValue, getParamTextValue, getUserCredentials, getUserId, getUserLoginId, getVersion, isParamPresent, isParamValueEmpty, setServerCall, setUserCredentials, setVersion, validateInputpublic static final java.lang.String MULTI_ADDR_SEPARATOR
public static final java.lang.String HOSTNAME_IP_SEPARATOR
public static final java.lang.String IP_PORT_SEPARATOR
public static final int MAX_PORT_NUMBER
public static final java.lang.String DST_CLUSTER_PARAM_NAME
public static final java.lang.String CLUSTER_PARAM_NAME
public static final java.lang.String GATEWAYS_PARAM_NAME
public static final java.lang.String FORMAT_PARAM_NAME
public static final com.mapr.cliframework.base.CLICommand gatewayCommands