Package com.mapr.cli

Class UsageExportCommands

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

    public class UsageExportCommands
    extends com.mapr.cliframework.base.CLIBaseClass
    implements com.mapr.cliframework.base.CLIInterface
    • Constructor Summary

      Constructors 
      Constructor Description
      UsageExportCommands​(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, getUserClusterOps, getUserCredentials, getUserId, getUserLoginId, getVersion, isParamPresent, isParamValueEmpty, setServerCall, setUserClusterOps, setUserCredentials, setUserCredentialsByJwt, setVersion, skipValidation, 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, setUserCredentialsByJwt, setVersion, validateInput
    • Field Detail

      • USAGE_PARAM_NAME

        public static final java.lang.String USAGE_PARAM_NAME
        See Also:
        Constant Field Values
      • EXPORT_PARAM_NAME

        public static final java.lang.String EXPORT_PARAM_NAME
        See Also:
        Constant Field Values
      • STATUS_PARAM_NAME

        public static final java.lang.String STATUS_PARAM_NAME
        See Also:
        Constant Field Values
      • EMAIL_FREQUENCY_NAME

        public static final java.lang.String EMAIL_FREQUENCY_NAME
        See Also:
        Constant Field Values
      • FREQUENCY_PARAM_NAME

        public static final java.lang.String FREQUENCY_PARAM_NAME
        See Also:
        Constant Field Values
      • CUST_EMAIL_PARAM_NAME

        public static final java.lang.String CUST_EMAIL_PARAM_NAME
        See Also:
        Constant Field Values
      • CUST_EMAIL_USAGE

        public static final java.lang.String CUST_EMAIL_USAGE
        See Also:
        Constant Field Values
      • EMAIL_PARAM_NAME

        public static final java.lang.String EMAIL_PARAM_NAME
        See Also:
        Constant Field Values
      • REGISTER_URL_PARAM_NAME

        public static final java.lang.String REGISTER_URL_PARAM_NAME
        See Also:
        Constant Field Values
      • UPLOAD_URL_PARAM_NAME

        public static final java.lang.String UPLOAD_URL_PARAM_NAME
        See Also:
        Constant Field Values
      • RENEWCREDS_URL_PARAM_NAME

        public static final java.lang.String RENEWCREDS_URL_PARAM_NAME
        See Also:
        Constant Field Values
      • PROXY_URL_PARAM_NAME

        public static final java.lang.String PROXY_URL_PARAM_NAME
        See Also:
        Constant Field Values
      • KEYFILE_PARAM_NAME

        public static final java.lang.String KEYFILE_PARAM_NAME
        See Also:
        Constant Field Values
      • REGISTER_PARAM_NAME

        public static final java.lang.String REGISTER_PARAM_NAME
        See Also:
        Constant Field Values
      • RENEW_PARAM_NAME

        public static final java.lang.String RENEW_PARAM_NAME
        See Also:
        Constant Field Values
      • BILLING_PARAM_NAME

        public static final java.lang.String BILLING_PARAM_NAME
        See Also:
        Constant Field Values
      • COMMIT_AMOUNT_PARAM

        public static final java.lang.String COMMIT_AMOUNT_PARAM
        See Also:
        Constant Field Values
      • COMMIT_RATE_PARAM

        public static final java.lang.String COMMIT_RATE_PARAM
        See Also:
        Constant Field Values
      • DEMAND_RATE_PARAM

        public static final java.lang.String DEMAND_RATE_PARAM
        See Also:
        Constant Field Values
      • baseParams

        public static java.util.Map<java.lang.String,​com.mapr.cliframework.base.inputparams.BaseInputParameter> baseParams
      • statusSubCommand

        public static final com.mapr.cliframework.base.CLICommand statusSubCommand
      • emailSubCommand

        public static final com.mapr.cliframework.base.CLICommand emailSubCommand
      • urlSubCommand

        public static final com.mapr.cliframework.base.CLICommand urlSubCommand
      • exportCommand

        public static final com.mapr.cliframework.base.CLICommand exportCommand
      • registerCommand

        public static final com.mapr.cliframework.base.CLICommand registerCommand
      • renewCommand

        public static final com.mapr.cliframework.base.CLICommand renewCommand
      • billingStatusSubCommand

        public static final com.mapr.cliframework.base.CLICommand billingStatusSubCommand
      • billingCommand

        public static final com.mapr.cliframework.base.CLICommand billingCommand
      • usageCommand

        public static final com.mapr.cliframework.base.CLICommand usageCommand
    • Constructor Detail

      • UsageExportCommands

        public UsageExportCommands​(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