public class LogLevelChangesCommand
extends com.mapr.cliframework.base.CLIBaseClass
implements com.mapr.cliframework.base.CLIInterface
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static com.mapr.cliframework.base.CLICommand |
cldbChangeLogLevelCommand |
static com.mapr.cliframework.base.CLICommand |
hbMasterChangeLogLevelCommand |
static com.mapr.cliframework.base.CLICommand |
hbRegionChangeLogLevelCommand |
static java.lang.String |
IS_USER_MODE |
static com.mapr.cliframework.base.CLICommand |
jtChangeLogLevelCommand |
static java.lang.String |
LOG_LEVEL_NAME |
static com.mapr.cliframework.base.CLICommand |
mfsChangeLogLevelCommand |
static com.mapr.cliframework.base.CLICommand |
nfsChangeLogLevelCommand |
static java.lang.String |
NODE_IP |
static java.lang.String |
PORT |
static com.mapr.cliframework.base.CLICommand |
ttChangeLogLevelCommand |
| Constructor and Description |
|---|
LogLevelChangesCommand(com.mapr.cliframework.base.ProcessedInput input,
com.mapr.cliframework.base.CLICommand cliCommand) |
| Modifier and Type | Method and Description |
|---|---|
com.mapr.cliframework.base.CommandOutput |
executeRealCommand() |
boolean |
validateInput() |
executeCommand, executeSimpleSHHCommand, executeSimpleSHHCommand, getCLICommand, getCommandUsage, getGIds, getInput, getKeyType, getParamBooleanValue, getParamDateValue, getParamIntValue, getParamLongValue, getParamObjectValue, getParamTextValue, getUserCredentials, getUserId, getUserLoginId, getVersion, isParamPresent, isParamValueEmpty, setServerCall, setUserCredentials, setVersionpublic static final java.lang.String CLASS_NAME
public static final java.lang.String LOG_LEVEL_NAME
public static final java.lang.String NODE_IP
public static final java.lang.String PORT
public static final java.lang.String IS_USER_MODE
public static final com.mapr.cliframework.base.CLICommand jtChangeLogLevelCommand
public static final com.mapr.cliframework.base.CLICommand ttChangeLogLevelCommand
public static final com.mapr.cliframework.base.CLICommand hbMasterChangeLogLevelCommand
public static final com.mapr.cliframework.base.CLICommand hbRegionChangeLogLevelCommand
public static final com.mapr.cliframework.base.CLICommand nfsChangeLogLevelCommand
public static final com.mapr.cliframework.base.CLICommand cldbChangeLogLevelCommand
public static final com.mapr.cliframework.base.CLICommand mfsChangeLogLevelCommand
public LogLevelChangesCommand(com.mapr.cliframework.base.ProcessedInput input,
com.mapr.cliframework.base.CLICommand cliCommand)
public boolean validateInput()
throws java.lang.IllegalArgumentException
validateInput in interface com.mapr.cliframework.base.CLIInterfacevalidateInput in class com.mapr.cliframework.base.CLIBaseClassjava.lang.IllegalArgumentExceptionpublic com.mapr.cliframework.base.CommandOutput executeRealCommand()
throws com.mapr.cliframework.base.CLIProcessingException
executeRealCommand in class com.mapr.cliframework.base.CLIBaseClasscom.mapr.cliframework.base.CLIProcessingException