Package | Description |
---|---|
com.cloudera.api.model |
Java models of the underlying API JSON objects, with JAX-B annotations.
|
com.cloudera.api.v3 |
API version 3, introduced in Cloudera Manager 4.5.
|
Modifier and Type | Method and Description |
---|---|
List<ApiReplicationSchedule> |
ApiService.getReplicationSchedules()
The list of replication schedules for this service.
|
List<ApiReplicationSchedule> |
ApiReplicationScheduleList.getSchedules() |
Modifier and Type | Method and Description |
---|---|
void |
ApiService.setReplicationSchedules(List<ApiReplicationSchedule> replicationSchedules) |
void |
ApiReplicationScheduleList.setSchedules(List<ApiReplicationSchedule> schedules) |
Constructor and Description |
---|
ApiReplicationScheduleList(List<ApiReplicationSchedule> schedules) |
Modifier and Type | Method and Description |
---|---|
ApiReplicationSchedule |
ReplicationsResource.deleteSchedule(long scheduleId)
Deletes an existing replication schedule.
|
ApiReplicationSchedule |
ReplicationsResource.readSchedule(long scheduleId,
DataView dataView)
Returns information for a specific replication schedule.
|
ApiReplicationSchedule |
ReplicationsResource.updateSchedule(long scheduleId,
ApiReplicationSchedule schedule)
Updates an existing replication schedule.
|
Modifier and Type | Method and Description |
---|---|
ApiReplicationSchedule |
ReplicationsResource.updateSchedule(long scheduleId,
ApiReplicationSchedule schedule)
Updates an existing replication schedule.
|
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.