Package com.mapr.cli
Class LogLevelChangesCommand
- java.lang.Object
-
- com.mapr.cliframework.base.CLIBaseClass
-
- com.mapr.cli.LogLevelChangesCommand
-
- All Implemented Interfaces:
com.mapr.cliframework.base.CLIInterface
public class LogLevelChangesCommand extends com.mapr.cliframework.base.CLIBaseClass implements com.mapr.cliframework.base.CLIInterface
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCLASS_NAMEstatic com.mapr.cliframework.base.CLICommandcldbChangeLogLevelCommandstatic java.lang.StringIS_USER_MODEstatic java.lang.StringLOG_LEVEL_NAMEstatic com.mapr.cliframework.base.CLICommandmfsChangeLogLevelCommandstatic com.mapr.cliframework.base.CLICommandnfsChangeLogLevelCommandstatic java.lang.StringNODE_IPstatic java.lang.StringPORT
-
Constructor Summary
Constructors Constructor Description LogLevelChangesCommand(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()booleanvalidateInput()-
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
-
-
-
-
Field Detail
-
CLASS_NAME
public static final java.lang.String CLASS_NAME
- See Also:
- Constant Field Values
-
LOG_LEVEL_NAME
public static final java.lang.String LOG_LEVEL_NAME
- See Also:
- Constant Field Values
-
NODE_IP
public static final java.lang.String NODE_IP
- See Also:
- Constant Field Values
-
PORT
public static final java.lang.String PORT
- See Also:
- Constant Field Values
-
IS_USER_MODE
public static final java.lang.String IS_USER_MODE
- See Also:
- Constant Field Values
-
nfsChangeLogLevelCommand
public static final com.mapr.cliframework.base.CLICommand nfsChangeLogLevelCommand
-
cldbChangeLogLevelCommand
public static final com.mapr.cliframework.base.CLICommand cldbChangeLogLevelCommand
-
mfsChangeLogLevelCommand
public static final com.mapr.cliframework.base.CLICommand mfsChangeLogLevelCommand
-
-
Method Detail
-
validateInput
public boolean validateInput() throws java.lang.IllegalArgumentException- Specified by:
validateInputin interfacecom.mapr.cliframework.base.CLIInterface- Overrides:
validateInputin classcom.mapr.cliframework.base.CLIBaseClass- Throws:
java.lang.IllegalArgumentException
-
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
-
-