Package | Description |
---|---|
com.cloudera.api.swagger | |
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
ApiReplicationSchedule |
ReplicationsResourceApi.deleteSchedule(String clusterName,
BigDecimal scheduleId,
String serviceName)
Deletes an existing replication schedule.
|
ApiReplicationSchedule |
ReplicationsResourceApi.readSchedule(String clusterName,
BigDecimal scheduleId,
String serviceName,
String view)
Returns information for a specific replication schedule.
|
ApiReplicationSchedule |
ReplicationsResourceApi.updateSchedule(String clusterName,
BigDecimal scheduleId,
String serviceName,
ApiReplicationSchedule body)
Updates an existing replication schedule.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<ApiReplicationSchedule> |
ReplicationsResourceApi.deleteScheduleWithHttpInfo(String clusterName,
BigDecimal scheduleId,
String serviceName)
Deletes an existing replication schedule.
|
ApiResponse<ApiReplicationSchedule> |
ReplicationsResourceApi.readScheduleWithHttpInfo(String clusterName,
BigDecimal scheduleId,
String serviceName,
String view)
Returns information for a specific replication schedule.
|
ApiResponse<ApiReplicationSchedule> |
ReplicationsResourceApi.updateScheduleWithHttpInfo(String clusterName,
BigDecimal scheduleId,
String serviceName,
ApiReplicationSchedule body)
Updates an existing replication schedule.
|
Modifier and Type | Method and Description |
---|---|
ApiReplicationSchedule |
ReplicationsResourceApi.updateSchedule(String clusterName,
BigDecimal scheduleId,
String serviceName,
ApiReplicationSchedule body)
Updates an existing replication schedule.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.updateScheduleAsync(String clusterName,
BigDecimal scheduleId,
String serviceName,
ApiReplicationSchedule body,
ApiCallback<ApiReplicationSchedule> callback)
Updates an existing replication schedule.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.updateScheduleCall(String clusterName,
BigDecimal scheduleId,
String serviceName,
ApiReplicationSchedule body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateSchedule
|
ApiResponse<ApiReplicationSchedule> |
ReplicationsResourceApi.updateScheduleWithHttpInfo(String clusterName,
BigDecimal scheduleId,
String serviceName,
ApiReplicationSchedule body)
Updates an existing replication schedule.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
ReplicationsResourceApi.deleteScheduleAsync(String clusterName,
BigDecimal scheduleId,
String serviceName,
ApiCallback<ApiReplicationSchedule> callback)
Deletes an existing replication schedule.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.readScheduleAsync(String clusterName,
BigDecimal scheduleId,
String serviceName,
String view,
ApiCallback<ApiReplicationSchedule> callback)
Returns information for a specific replication schedule.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.updateScheduleAsync(String clusterName,
BigDecimal scheduleId,
String serviceName,
ApiReplicationSchedule body,
ApiCallback<ApiReplicationSchedule> callback)
Updates an existing replication schedule.
|
Modifier and Type | Method and Description |
---|---|
List<ApiReplicationSchedule> |
ApiReplicationScheduleList.getItems() |
List<ApiReplicationSchedule> |
ApiService.getReplicationSchedules()
The list of replication schedules for this service.
|
Modifier and Type | Method and Description |
---|---|
ApiReplicationScheduleList |
ApiReplicationScheduleList.addItemsItem(ApiReplicationSchedule itemsItem) |
ApiService |
ApiService.addReplicationSchedulesItem(ApiReplicationSchedule replicationSchedulesItem) |
Modifier and Type | Method and Description |
---|---|
ApiReplicationScheduleList |
ApiReplicationScheduleList.items(List<ApiReplicationSchedule> items) |
ApiService |
ApiService.replicationSchedules(List<ApiReplicationSchedule> replicationSchedules) |
void |
ApiReplicationScheduleList.setItems(List<ApiReplicationSchedule> items) |
void |
ApiService.setReplicationSchedules(List<ApiReplicationSchedule> replicationSchedules) |
Copyright © 2019. All rights reserved.