Class SchedulePolicyCreateCommand
- java.lang.Object
-
- com.mapr.cliframework.base.CLIBaseClass
-
- com.mapr.cli.schedulepolicy.commands.SchedulePolicyCreateCommand
-
- All Implemented Interfaces:
com.mapr.cliframework.base.CLIInterface
public class SchedulePolicyCreateCommand extends com.mapr.cliframework.base.CLIBaseClass implements com.mapr.cliframework.base.CLIInterfaceCommand to create a new schedule params: schedule - JSONObject that incorporates all schedule details
-
-
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.CLICommandschedulePolicyCreateCommand
-
Constructor Summary
Constructors Constructor Description SchedulePolicyCreateCommand(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
-
LOG
public static final org.apache.commons.logging.Log LOG
-
p
public static java.util.regex.Pattern p
-
schedulePolicyCreateCommand
public static final com.mapr.cliframework.base.CLICommand schedulePolicyCreateCommand
-
-