Package | Description |
---|---|
com.cloudera.api.swagger | |
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
ApiCommand |
ReplicationsResourceApi.setCFsReplicationScope(String clusterName,
String serviceName,
ApiHBaseSetCFsReplicationScope body)
Starts a command that set the replication scope of the provided column families to the desired value.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.setCFsReplicationScopeAsync(String clusterName,
String serviceName,
ApiHBaseSetCFsReplicationScope body,
ApiCallback<ApiCommand> callback)
Starts a command that set the replication scope of the provided column families to the desired value.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.setCFsReplicationScopeCall(String clusterName,
String serviceName,
ApiHBaseSetCFsReplicationScope body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for setCFsReplicationScope
|
ApiResponse<ApiCommand> |
ReplicationsResourceApi.setCFsReplicationScopeWithHttpInfo(String clusterName,
String serviceName,
ApiHBaseSetCFsReplicationScope body)
Starts a command that set the replication scope of the provided column families to the desired value.
|
Modifier and Type | Method and Description |
---|---|
ApiHBaseSetCFsReplicationScope |
ApiHBaseSetCFsReplicationScope.putTableCFsItem(String key,
List<String> tableCFsItem) |
ApiHBaseSetCFsReplicationScope |
ApiHBaseSetCFsReplicationScope.scope(BigDecimal scope) |
ApiHBaseSetCFsReplicationScope |
ApiHBaseSetCFsReplicationScope.tableCFs(Map<String,List<String>> tableCFs) |
Copyright © 2022. All rights reserved.