Package com.mapr.cli
Class VolumeDumpFileCommands
- java.lang.Object
-
- com.mapr.cliframework.base.CLIBaseClass
-
- com.mapr.cli.VolumeDumpFileCommands
-
- All Implemented Interfaces:
com.mapr.cliframework.base.CLIInterface
public class VolumeDumpFileCommands extends com.mapr.cliframework.base.CLIBaseClass implements com.mapr.cliframework.base.CLIInterface
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCREATE_NEW_VOLUMEstatic com.mapr.cliframework.base.CLICommandcreateDumpCommandstatic java.lang.StringcreateDumpUsagestatic java.lang.StringDUMP_FILE_FROM_STDINstatic java.lang.StringDUMP_FILE_NAMEstatic java.lang.StringDUMP_FILE_ON_STDOUTstatic com.mapr.cliframework.base.CLICommanddumpCommandsstatic com.mapr.cliframework.base.CLICommand[]dumpCommandsArraystatic java.lang.StringEND_VOLUME_POINT_NAMEstatic com.mapr.cliframework.base.CLICommandrestoreDumpCommandstatic java.lang.StringrestoreDumpUsagestatic java.lang.StringSTART_VOLUME_POINT_NAMEstatic java.lang.StringVOLUME_PARAM_NAME
-
Constructor Summary
Constructors Constructor Description VolumeDumpFileCommands(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
-
VOLUME_PARAM_NAME
public static final java.lang.String VOLUME_PARAM_NAME
- See Also:
- Constant Field Values
-
DUMP_FILE_NAME
public static final java.lang.String DUMP_FILE_NAME
- See Also:
- Constant Field Values
-
START_VOLUME_POINT_NAME
public static final java.lang.String START_VOLUME_POINT_NAME
- See Also:
- Constant Field Values
-
END_VOLUME_POINT_NAME
public static final java.lang.String END_VOLUME_POINT_NAME
- See Also:
- Constant Field Values
-
DUMP_FILE_ON_STDOUT
public static final java.lang.String DUMP_FILE_ON_STDOUT
- See Also:
- Constant Field Values
-
DUMP_FILE_FROM_STDIN
public static final java.lang.String DUMP_FILE_FROM_STDIN
- See Also:
- Constant Field Values
-
CREATE_NEW_VOLUME
public static final java.lang.String CREATE_NEW_VOLUME
- See Also:
- Constant Field Values
-
createDumpUsage
public static final java.lang.String createDumpUsage
- See Also:
- Constant Field Values
-
restoreDumpUsage
public static final java.lang.String restoreDumpUsage
- See Also:
- Constant Field Values
-
createDumpCommand
public static final com.mapr.cliframework.base.CLICommand createDumpCommand
-
restoreDumpCommand
public static final com.mapr.cliframework.base.CLICommand restoreDumpCommand
-
dumpCommandsArray
public static com.mapr.cliframework.base.CLICommand[] dumpCommandsArray
-
dumpCommands
public static com.mapr.cliframework.base.CLICommand dumpCommands
-
-