Package | Description |
---|---|
com.cloudera.api.swagger | |
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
ApiSnapshotPolicy |
SnapshotsResourceApi.deletePolicy(String clusterName,
String policyName,
String serviceName)
Deletes an existing snapshot policy.
|
ApiSnapshotPolicy |
SnapshotsResourceApi.readPolicy(String clusterName,
String policyName,
String serviceName,
String view)
Returns information for a specific snapshot policy.
|
ApiSnapshotPolicy |
SnapshotsResourceApi.updatePolicy(String clusterName,
String policyName,
String serviceName,
ApiSnapshotPolicy body)
Updates an existing snapshot policy.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<ApiSnapshotPolicy> |
SnapshotsResourceApi.deletePolicyWithHttpInfo(String clusterName,
String policyName,
String serviceName)
Deletes an existing snapshot policy.
|
ApiResponse<ApiSnapshotPolicy> |
SnapshotsResourceApi.readPolicyWithHttpInfo(String clusterName,
String policyName,
String serviceName,
String view)
Returns information for a specific snapshot policy.
|
ApiResponse<ApiSnapshotPolicy> |
SnapshotsResourceApi.updatePolicyWithHttpInfo(String clusterName,
String policyName,
String serviceName,
ApiSnapshotPolicy body)
Updates an existing snapshot policy.
|
Modifier and Type | Method and Description |
---|---|
ApiSnapshotPolicy |
SnapshotsResourceApi.updatePolicy(String clusterName,
String policyName,
String serviceName,
ApiSnapshotPolicy body)
Updates an existing snapshot policy.
|
com.squareup.okhttp.Call |
SnapshotsResourceApi.updatePolicyAsync(String clusterName,
String policyName,
String serviceName,
ApiSnapshotPolicy body,
ApiCallback<ApiSnapshotPolicy> callback)
Updates an existing snapshot policy.
|
com.squareup.okhttp.Call |
SnapshotsResourceApi.updatePolicyCall(String clusterName,
String policyName,
String serviceName,
ApiSnapshotPolicy body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updatePolicy
|
ApiResponse<ApiSnapshotPolicy> |
SnapshotsResourceApi.updatePolicyWithHttpInfo(String clusterName,
String policyName,
String serviceName,
ApiSnapshotPolicy body)
Updates an existing snapshot policy.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
SnapshotsResourceApi.deletePolicyAsync(String clusterName,
String policyName,
String serviceName,
ApiCallback<ApiSnapshotPolicy> callback)
Deletes an existing snapshot policy.
|
com.squareup.okhttp.Call |
SnapshotsResourceApi.readPolicyAsync(String clusterName,
String policyName,
String serviceName,
String view,
ApiCallback<ApiSnapshotPolicy> callback)
Returns information for a specific snapshot policy.
|
com.squareup.okhttp.Call |
SnapshotsResourceApi.updatePolicyAsync(String clusterName,
String policyName,
String serviceName,
ApiSnapshotPolicy body,
ApiCallback<ApiSnapshotPolicy> callback)
Updates an existing snapshot policy.
|
Modifier and Type | Method and Description |
---|---|
List<ApiSnapshotPolicy> |
ApiSnapshotPolicyList.getItems() |
List<ApiSnapshotPolicy> |
ApiService.getSnapshotPolicies()
The list of snapshot policies for this service.
|
Modifier and Type | Method and Description |
---|---|
ApiSnapshotPolicyList |
ApiSnapshotPolicyList.addItemsItem(ApiSnapshotPolicy itemsItem) |
ApiService |
ApiService.addSnapshotPoliciesItem(ApiSnapshotPolicy snapshotPoliciesItem) |
Modifier and Type | Method and Description |
---|---|
ApiSnapshotPolicyList |
ApiSnapshotPolicyList.items(List<ApiSnapshotPolicy> items) |
void |
ApiSnapshotPolicyList.setItems(List<ApiSnapshotPolicy> items) |
void |
ApiService.setSnapshotPolicies(List<ApiSnapshotPolicy> snapshotPolicies) |
ApiService |
ApiService.snapshotPolicies(List<ApiSnapshotPolicy> snapshotPolicies) |
Copyright © 2019. All rights reserved.