Package | Description |
---|---|
com.cloudera.api.model |
Java models of the underlying API JSON objects, with JAX-B annotations.
|
com.cloudera.api.v6 |
API version 6, introduced in Cloudera Manager 5.0.0-beta-1.
|
Modifier and Type | Method and Description |
---|---|
List<ApiSnapshotPolicy> |
ApiSnapshotPolicyList.getPolicies() |
List<ApiSnapshotPolicy> |
ApiService.getSnapshotPolicies()
The list of snapshot policies for this service.
|
Modifier and Type | Method and Description |
---|---|
void |
ApiSnapshotPolicyList.setPolicies(List<ApiSnapshotPolicy> policies) |
void |
ApiService.setSnapshotPolicies(List<ApiSnapshotPolicy> snapshotPolicies) |
Constructor and Description |
---|
ApiSnapshotPolicyList(List<ApiSnapshotPolicy> policies) |
Modifier and Type | Method and Description |
---|---|
ApiSnapshotPolicy |
SnapshotsResource.deletePolicy(String policyName)
Deletes an existing snapshot policy.
|
ApiSnapshotPolicy |
SnapshotsResource.readPolicy(String policyName,
DataView view)
Returns information for a specific snapshot policy.
|
ApiSnapshotPolicy |
SnapshotsResource.updatePolicy(String policyName,
ApiSnapshotPolicy policy)
Updates an existing snapshot policy.
|
Modifier and Type | Method and Description |
---|---|
ApiSnapshotPolicy |
SnapshotsResource.updatePolicy(String policyName,
ApiSnapshotPolicy policy)
Updates an existing snapshot policy.
|
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.