Package | Description |
---|---|
com.cloudera.api.swagger | |
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
ApiReplicationScheduleList |
ReplicationsResourceApi.createSchedules(String clusterName,
String serviceName,
ApiReplicationScheduleList body)
Creates one or more replication schedules.
|
ApiReplicationScheduleList |
ReplicationsResourceApi.deleteAllSchedules(String clusterName,
String serviceName)
Deletes all existing replication schedules.
|
ApiReplicationScheduleList |
ReplicationsResourceApi.readSchedules(String clusterName,
String serviceName,
String view)
Returns information for all replication schedules.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<ApiReplicationScheduleList> |
ReplicationsResourceApi.createSchedulesWithHttpInfo(String clusterName,
String serviceName,
ApiReplicationScheduleList body)
Creates one or more replication schedules.
|
ApiResponse<ApiReplicationScheduleList> |
ReplicationsResourceApi.deleteAllSchedulesWithHttpInfo(String clusterName,
String serviceName)
Deletes all existing replication schedules.
|
ApiResponse<ApiReplicationScheduleList> |
ReplicationsResourceApi.readSchedulesWithHttpInfo(String clusterName,
String serviceName,
String view)
Returns information for all replication schedules.
|
Modifier and Type | Method and Description |
---|---|
ApiReplicationScheduleList |
ReplicationsResourceApi.createSchedules(String clusterName,
String serviceName,
ApiReplicationScheduleList body)
Creates one or more replication schedules.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.createSchedulesAsync(String clusterName,
String serviceName,
ApiReplicationScheduleList body,
ApiCallback<ApiReplicationScheduleList> callback)
Creates one or more replication schedules.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.createSchedulesCall(String clusterName,
String serviceName,
ApiReplicationScheduleList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createSchedules
|
ApiResponse<ApiReplicationScheduleList> |
ReplicationsResourceApi.createSchedulesWithHttpInfo(String clusterName,
String serviceName,
ApiReplicationScheduleList body)
Creates one or more replication schedules.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
ReplicationsResourceApi.createSchedulesAsync(String clusterName,
String serviceName,
ApiReplicationScheduleList body,
ApiCallback<ApiReplicationScheduleList> callback)
Creates one or more replication schedules.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.deleteAllSchedulesAsync(String clusterName,
String serviceName,
ApiCallback<ApiReplicationScheduleList> callback)
Deletes all existing replication schedules.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.readSchedulesAsync(String clusterName,
String serviceName,
String view,
ApiCallback<ApiReplicationScheduleList> callback)
Returns information for all replication schedules.
|
Modifier and Type | Method and Description |
---|---|
ApiReplicationScheduleList |
ApiReplicationScheduleList.addItemsItem(ApiReplicationSchedule itemsItem) |
ApiReplicationScheduleList |
ApiReplicationScheduleList.items(List<ApiReplicationSchedule> items) |
Copyright © 2019. All rights reserved.