Class SchedulePolicyModifyCommand
- java.lang.Object
-
- com.mapr.cliframework.base.CLIBaseClass
-
- com.mapr.cli.schedulepolicy.commands.SchedulePolicyModifyCommand
-
- All Implemented Interfaces:
com.mapr.cliframework.base.CLIInterface
public class SchedulePolicyModifyCommand extends com.mapr.cliframework.base.CLIBaseClass implements com.mapr.cliframework.base.CLIInterfaceCommand to modify schedule record params: schedule ID name - if not present do not change rules JSONArray - if not present do not change
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCLDB_HOSTstatic java.lang.StringCLDB_PORTstatic org.apache.commons.logging.LogLOGstatic java.util.regex.Patternpstatic com.mapr.cliframework.base.CLICommandschedulePolicyModifyCommand
-
Constructor Summary
Constructors Constructor Description SchedulePolicyModifyCommand(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()-
Methods inherited from class com.mapr.cliframework.base.CLIBaseClass
executeCommand, executeSimpleSHHCommand, executeSimpleSHHCommand, getBooleanParam, 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
-
-
-
-
Field Detail
-
CLDB_HOST
public static final java.lang.String CLDB_HOST
- See Also:
- Constant Field Values
-
CLDB_PORT
public static final java.lang.String CLDB_PORT
- See Also:
- Constant Field Values
-
p
public static java.util.regex.Pattern p
-
LOG
public static final org.apache.commons.logging.Log LOG
-
schedulePolicyModifyCommand
public static final com.mapr.cliframework.base.CLICommand schedulePolicyModifyCommand
-
-