|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ApiScheduleInterval | |
|---|---|
| com.cloudera.api.model | Java models of the underlying API JSON objects, with JAX-B annotations. |
| Uses of ApiScheduleInterval in com.cloudera.api.model |
|---|
| Methods in com.cloudera.api.model that return ApiScheduleInterval | |
|---|---|
ApiScheduleInterval |
ApiSchedule.getIntervalUnit()
The unit for the repeat interval. |
static ApiScheduleInterval |
ApiScheduleInterval.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ApiScheduleInterval[] |
ApiScheduleInterval.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.cloudera.api.model with parameters of type ApiScheduleInterval | |
|---|---|
void |
ApiSchedule.setIntervalUnit(ApiScheduleInterval intervalUnit)
|
| Constructors in com.cloudera.api.model with parameters of type ApiScheduleInterval | |
|---|---|
ApiReplicationSchedule(Long id,
Date startTime,
Date endTime,
long interval,
ApiScheduleInterval intervalUnit,
boolean paused)
|
|
ApiSchedule(Long id,
Date startTime,
Date endTime,
long interval,
ApiScheduleInterval intervalUnit,
boolean paused)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||