Package | Description |
---|---|
com.cloudera.api.swagger | |
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
ApiOzoneBucketInfo |
ClustersResourceApi.getOzoneBucketInfo(String clusterName,
String bucketName,
String volumeName)
Returns the properties of the provided ozone bucket if the bucket exists.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<ApiOzoneBucketInfo> |
ClustersResourceApi.getOzoneBucketInfoWithHttpInfo(String clusterName,
String bucketName,
String volumeName)
Returns the properties of the provided ozone bucket if the bucket exists.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
ClustersResourceApi.getOzoneBucketInfoAsync(String clusterName,
String bucketName,
String volumeName,
ApiCallback<ApiOzoneBucketInfo> callback)
Returns the properties of the provided ozone bucket if the bucket exists.
|
Modifier and Type | Method and Description |
---|---|
ApiOzoneBucketInfo |
ApiOzoneBucketInfo.bucketEncrypted(Boolean bucketEncrypted) |
ApiOzoneBucketInfo |
ApiOzoneBucketInfo.bucketInS3Volume(Boolean bucketInS3Volume) |
ApiOzoneBucketInfo |
ApiOzoneBucketInfo.bucketLinked(Boolean bucketLinked) |
ApiOzoneBucketInfo |
ApiOzoneBucketInfo.bucketName(String bucketName) |
ApiOzoneBucketInfo |
ApiOzoneBucketInfo.bucketType(String bucketType) |
ApiOzoneBucketInfo |
ApiOzoneBucketInfo.sourceBucketName(String sourceBucketName) |
ApiOzoneBucketInfo |
ApiOzoneBucketInfo.sourceVolumeName(String sourceVolumeName) |
ApiOzoneBucketInfo |
ApiOzoneBucketInfo.volumeName(String volumeName) |
Copyright © 2022. All rights reserved.