Package | Description |
---|---|
com.cloudera.api.swagger | |
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
ApiCommand |
SnapshotsResourceApi.createHBaseSnapshotFromRemote(String clusterName,
String serviceName,
ApiHBaseSnapshot body,
BigDecimal bandwidthPerMap,
Boolean directCopy,
String externalAccount,
BigDecimal numMappers,
String runAsUser,
String schedulerPoolName) |
okhttp3.Call |
SnapshotsResourceApi.createHBaseSnapshotFromRemoteAsync(String clusterName,
String serviceName,
ApiHBaseSnapshot body,
BigDecimal bandwidthPerMap,
Boolean directCopy,
String externalAccount,
BigDecimal numMappers,
String runAsUser,
String schedulerPoolName,
ApiCallback<ApiCommand> callback)
(asynchronously)
|
okhttp3.Call |
SnapshotsResourceApi.createHBaseSnapshotFromRemoteCall(String clusterName,
String serviceName,
ApiHBaseSnapshot body,
BigDecimal bandwidthPerMap,
Boolean directCopy,
String externalAccount,
BigDecimal numMappers,
String runAsUser,
String schedulerPoolName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createHBaseSnapshotFromRemote
|
ApiResponse<ApiCommand> |
SnapshotsResourceApi.createHBaseSnapshotFromRemoteWithHttpInfo(String clusterName,
String serviceName,
ApiHBaseSnapshot body,
BigDecimal bandwidthPerMap,
Boolean directCopy,
String externalAccount,
BigDecimal numMappers,
String runAsUser,
String schedulerPoolName) |
Modifier and Type | Method and Description |
---|---|
ApiHBaseSnapshot |
ApiHBaseSnapshot.creationTime(String creationTime) |
ApiHBaseSnapshot |
ApiHBaseSnapshot.snapshotName(String snapshotName) |
ApiHBaseSnapshot |
ApiHBaseSnapshot.storage(Storage storage) |
ApiHBaseSnapshot |
ApiHBaseSnapshot.storageLocation(String storageLocation) |
ApiHBaseSnapshot |
ApiHBaseSnapshot.tableName(String tableName) |
Modifier and Type | Method and Description |
---|---|
List<ApiHBaseSnapshot> |
ApiHBaseSnapshotResult.getCreatedSnapshots()
List of snapshots created.
|
List<ApiHBaseSnapshot> |
ApiHBaseSnapshotResult.getDeletedSnapshots()
List of snapshots deleted.
|
Modifier and Type | Method and Description |
---|---|
ApiHBaseSnapshotResult |
ApiHBaseSnapshotResult.addCreatedSnapshotsItem(ApiHBaseSnapshot createdSnapshotsItem) |
ApiHBaseSnapshotResult |
ApiHBaseSnapshotResult.addDeletedSnapshotsItem(ApiHBaseSnapshot deletedSnapshotsItem) |
Modifier and Type | Method and Description |
---|---|
ApiHBaseSnapshotResult |
ApiHBaseSnapshotResult.createdSnapshots(List<ApiHBaseSnapshot> createdSnapshots) |
ApiHBaseSnapshotResult |
ApiHBaseSnapshotResult.deletedSnapshots(List<ApiHBaseSnapshot> deletedSnapshots) |
void |
ApiHBaseSnapshotResult.setCreatedSnapshots(List<ApiHBaseSnapshot> createdSnapshots) |
void |
ApiHBaseSnapshotResult.setDeletedSnapshots(List<ApiHBaseSnapshot> deletedSnapshots) |
Copyright © 2024. All rights reserved.