Package com.mapr.cli

Class VolumeDumpFileCommands

  • All Implemented Interfaces:
    com.mapr.cliframework.base.CLIInterface

    public class VolumeDumpFileCommands
    extends com.mapr.cliframework.base.CLIBaseClass
    implements com.mapr.cliframework.base.CLIInterface
    • 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.CommandOutput executeRealCommand()  
      • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.mapr.cliframework.base.CLIInterface

        executeCommand, getCLICommand, getGIds, getUserId, getUserLoginId, setServerCall, setUserCredentials, setVersion, validateInput
    • Field Detail

      • VOLUME_PARAM_NAME

        public static final java.lang.String VOLUME_PARAM_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
      • 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
    • Constructor Detail

      • VolumeDumpFileCommands

        public VolumeDumpFileCommands​(com.mapr.cliframework.base.ProcessedInput input,
                                      com.mapr.cliframework.base.CLICommand cliCommand)
    • Method Detail

      • executeRealCommand

        public com.mapr.cliframework.base.CommandOutput executeRealCommand()
                                                                    throws com.mapr.cliframework.base.CLIProcessingException
        Specified by:
        executeRealCommand in class com.mapr.cliframework.base.CLIBaseClass
        Throws:
        com.mapr.cliframework.base.CLIProcessingException