Package com.mapr.cli
Class TraceCommands
- java.lang.Object
-
- com.mapr.cliframework.base.CLIBaseClass
-
- com.mapr.cli.TraceCommands
-
- All Implemented Interfaces:
com.mapr.cliframework.base.CLIInterface
public class TraceCommands extends com.mapr.cliframework.base.CLIBaseClass implements com.mapr.cliframework.base.CLIInterface
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringHOST_PARAM_NAMEstatic java.lang.StringLEVEL_PARAM_NAMEstatic java.lang.StringMODE_PARAM_NAMEstatic java.lang.StringMODULE_PARAM_NAMEstatic java.lang.StringPORT_PARAM_NAMEstatic java.lang.StringSIZE_PARAM_NAMEstatic java.lang.StringSLOW_OPS_MILLIS_PARAM_NAMEstatic com.mapr.cliframework.base.CLICommandtraceCommandsstatic java.lang.StringUSER_MODE_PARAM_NAME
-
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.CommandOutputexecuteRealCommand()java.lang.StringgetCommandUsage()-
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
-
-
-
-
Field Detail
-
PORT_PARAM_NAME
public static final java.lang.String PORT_PARAM_NAME
- See Also:
- Constant Field Values
-
HOST_PARAM_NAME
public static final java.lang.String HOST_PARAM_NAME
- See Also:
- Constant Field Values
-
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
-
SIZE_PARAM_NAME
public static final java.lang.String SIZE_PARAM_NAME
- See Also:
- Constant Field Values
-
MODE_PARAM_NAME
public static final java.lang.String MODE_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
-
-
Method Detail
-
executeRealCommand
public com.mapr.cliframework.base.CommandOutput executeRealCommand() throws com.mapr.cliframework.base.CLIProcessingException- Specified by:
executeRealCommandin classcom.mapr.cliframework.base.CLIBaseClass- Throws:
com.mapr.cliframework.base.CLIProcessingException
-
getCommandUsage
public java.lang.String getCommandUsage()
- Overrides:
getCommandUsagein classcom.mapr.cliframework.base.CLIBaseClass
-
-