Package com.mapr.cli

Class TraceCommands

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

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

      Constructors 
      Constructor Description
      TraceCommands​(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()  
      java.lang.String getCommandUsage()  
      • Methods inherited from class com.mapr.cliframework.base.CLIBaseClass

        executeCommand, executeSimpleSHHCommand, executeSimpleSHHCommand, getCLICommand, 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

      • USER_MODE_PARAM_NAME

        public static final java.lang.String USER_MODE_PARAM_NAME
        See Also:
        Constant Field Values
      • MODULE_PARAM_NAME

        public static final java.lang.String MODULE_PARAM_NAME
        See Also:
        Constant Field Values
      • LEVEL_PARAM_NAME

        public static final java.lang.String LEVEL_PARAM_NAME
        See Also:
        Constant Field Values
      • SLOW_OPS_MILLIS_PARAM_NAME

        public static final java.lang.String SLOW_OPS_MILLIS_PARAM_NAME
        See Also:
        Constant Field Values
      • traceCommands

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

      • TraceCommands

        public TraceCommands​(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
      • getCommandUsage

        public java.lang.String getCommandUsage()
        Overrides:
        getCommandUsage in class com.mapr.cliframework.base.CLIBaseClass