Class SchedulePolicyRemoveCommand
- java.lang.Object
-
- com.mapr.cliframework.base.CLIBaseClass
-
- com.mapr.cli.schedulepolicy.commands.SchedulePolicyRemoveCommand
-
- All Implemented Interfaces:
com.mapr.cliframework.base.CLIInterface
public class SchedulePolicyRemoveCommand extends com.mapr.cliframework.base.CLIBaseClass implements com.mapr.cliframework.base.CLIInterfaceCommand to remove schedule - CLDB should check whether this record can be removed meaning if no volume is using this schedule
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCLDB_HOSTstatic java.lang.StringCLDB_PORTstatic org.apache.commons.logging.LogLOGstatic com.mapr.cliframework.base.CLICommandschedulePolicyRemoveCommand
-
Constructor Summary
Constructors Constructor Description SchedulePolicyRemoveCommand(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, getCLICommand, getCommandUsage, getGIds, getInput, getKeyType, getParamBooleanValue, getParamDateValue, getParamIntValue, getParamLongValue, getParamObjectValue, getParamTextValue, getUserCredentials, getUserId, getUserLoginId, getVersion, isParamPresent, isParamValueEmpty, setServerCall, setUserCredentials, setVersion, 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
-
schedulePolicyRemoveCommand
public static final com.mapr.cliframework.base.CLICommand schedulePolicyRemoveCommand
-
-