Package | Description |
---|---|
com.cloudera.api.swagger | |
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
ApiCommand |
ReplicationsResourceApi.addTablesToHBasePeer(String clusterName,
String serviceName,
ApiHBasePeerIdWithTableCFs body)
Starts a command that adds tables and column families to an existing HBase replication peer.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.addTablesToHBasePeerAsync(String clusterName,
String serviceName,
ApiHBasePeerIdWithTableCFs body,
ApiCallback<ApiCommand> callback)
Starts a command that adds tables and column families to an existing HBase replication peer.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.addTablesToHBasePeerCall(String clusterName,
String serviceName,
ApiHBasePeerIdWithTableCFs body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for addTablesToHBasePeer
|
ApiResponse<ApiCommand> |
ReplicationsResourceApi.addTablesToHBasePeerWithHttpInfo(String clusterName,
String serviceName,
ApiHBasePeerIdWithTableCFs body)
Starts a command that adds tables and column families to an existing HBase replication peer.
|
ApiCommand |
ReplicationsResourceApi.removeTablesFromHBasePeer(String clusterName,
String serviceName,
ApiHBasePeerIdWithTableCFs body)
Starts a command that removes tables and column families from an existing HBase replication peer.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.removeTablesFromHBasePeerAsync(String clusterName,
String serviceName,
ApiHBasePeerIdWithTableCFs body,
ApiCallback<ApiCommand> callback)
Starts a command that removes tables and column families from an existing HBase replication peer.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.removeTablesFromHBasePeerCall(String clusterName,
String serviceName,
ApiHBasePeerIdWithTableCFs body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for removeTablesFromHBasePeer
|
ApiResponse<ApiCommand> |
ReplicationsResourceApi.removeTablesFromHBasePeerWithHttpInfo(String clusterName,
String serviceName,
ApiHBasePeerIdWithTableCFs body)
Starts a command that removes tables and column families from an existing HBase replication peer.
|
Modifier and Type | Method and Description |
---|---|
ApiHBasePeerIdWithTableCFs |
ApiHBasePeerIdWithTableCFs.peerId(String peerId) |
ApiHBasePeerIdWithTableCFs |
ApiHBasePeerIdWithTableCFs.putTableCFsItem(String key,
List<String> tableCFsItem) |
ApiHBasePeerIdWithTableCFs |
ApiHBasePeerIdWithTableCFs.tableCFs(Map<String,List<String>> tableCFs) |
Copyright © 2022. All rights reserved.