public class VolumeDumpFileCommands
extends com.mapr.cliframework.base.CLIBaseClass
implements com.mapr.cliframework.base.CLIInterface
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CREATE_NEW_VOLUME |
static com.mapr.cliframework.base.CLICommand |
createDumpCommand |
static java.lang.String |
createDumpUsage |
static java.lang.String |
DUMP_FILE_FROM_STDIN |
static java.lang.String |
DUMP_FILE_NAME |
static java.lang.String |
DUMP_FILE_ON_STDOUT |
static com.mapr.cliframework.base.CLICommand |
dumpCommands |
static com.mapr.cliframework.base.CLICommand[] |
dumpCommandsArray |
static java.lang.String |
END_VOLUME_POINT_NAME |
static com.mapr.cliframework.base.CLICommand |
restoreDumpCommand |
static java.lang.String |
restoreDumpUsage |
static java.lang.String |
START_VOLUME_POINT_NAME |
static java.lang.String |
VOLUME_PARAM_NAME |
| Constructor and Description |
|---|
VolumeDumpFileCommands(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 VOLUME_PARAM_NAME
public static final java.lang.String DUMP_FILE_NAME
public static final java.lang.String START_VOLUME_POINT_NAME
public static final java.lang.String END_VOLUME_POINT_NAME
public static final java.lang.String DUMP_FILE_ON_STDOUT
public static final java.lang.String DUMP_FILE_FROM_STDIN
public static final java.lang.String CREATE_NEW_VOLUME
public static final java.lang.String createDumpUsage
public static final java.lang.String restoreDumpUsage
public static final com.mapr.cliframework.base.CLICommand createDumpCommand
public static final com.mapr.cliframework.base.CLICommand restoreDumpCommand
public static com.mapr.cliframework.base.CLICommand[] dumpCommandsArray
public static com.mapr.cliframework.base.CLICommand dumpCommands