Class SchedulePolicyListCommand
- java.lang.Object
-
- com.mapr.cliframework.base.CLIBaseClass
-
- com.mapr.cli.schedulepolicy.commands.SchedulePolicyListCommand
-
- All Implemented Interfaces:
com.mapr.cliframework.base.CLIInterface
public class SchedulePolicyListCommand extends com.mapr.cliframework.base.CLIBaseClass implements com.mapr.cliframework.base.CLIInterfaceCommand to list all the available schedules - no explicit parameters needed
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCLDB_HOSTstatic java.lang.StringCLDB_PORTstatic org.apache.commons.logging.LogLOGstatic java.lang.StringOUTPUT_PARAM_NAMEstatic com.mapr.cliframework.base.CLICommandschedulePolicyListCommandstatic java.lang.StringSORTBY_PARAM_NAME
-
Constructor Summary
Constructors Constructor Description SchedulePolicyListCommand(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
-
OUTPUT_PARAM_NAME
public static final java.lang.String OUTPUT_PARAM_NAME
- See Also:
- Constant Field Values
-
SORTBY_PARAM_NAME
public static final java.lang.String SORTBY_PARAM_NAME
- See Also:
- Constant Field Values
-
LOG
public static final org.apache.commons.logging.Log LOG
-
schedulePolicyListCommand
public static final com.mapr.cliframework.base.CLICommand schedulePolicyListCommand
-
-