Package | Description |
---|---|
com.cloudera.api.model |
Java models of the underlying API JSON objects, with JAX-B annotations.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ApiSchedule.setIntervalUnit(ApiScheduleInterval intervalUnit) |
Constructor and Description |
---|
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) |
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.