Package | Description |
---|---|
com.cloudera.api.swagger | |
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
ApiCommand |
ReplicationsResourceApi.addHBaseReplicationPeer(String clusterName,
String serviceName,
ApiHBaseAddReplicationPeerInput body)
Starts a command that adds a new replication peer to HBase.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.addHBaseReplicationPeerAsync(String clusterName,
String serviceName,
ApiHBaseAddReplicationPeerInput body,
ApiCallback<ApiCommand> callback)
Starts a command that adds a new replication peer to HBase.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.addHBaseReplicationPeerCall(String clusterName,
String serviceName,
ApiHBaseAddReplicationPeerInput body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for addHBaseReplicationPeer
|
ApiResponse<ApiCommand> |
ReplicationsResourceApi.addHBaseReplicationPeerWithHttpInfo(String clusterName,
String serviceName,
ApiHBaseAddReplicationPeerInput body)
Starts a command that adds a new replication peer to HBase.
|
Modifier and Type | Method and Description |
---|---|
ApiHBaseAddReplicationPeerInput |
ApiHBaseAddReplicationPeerInput.clusterKey(String clusterKey) |
ApiHBaseAddReplicationPeerInput |
ApiHBaseAddReplicationPeerInput.enabled(Boolean enabled) |
ApiHBaseAddReplicationPeerInput |
ApiHBaseAddReplicationPeerInput.endpointClassname(String endpointClassname) |
ApiHBaseAddReplicationPeerInput |
ApiHBaseAddReplicationPeerInput.peerId(String peerId) |
ApiHBaseAddReplicationPeerInput |
ApiHBaseAddReplicationPeerInput.putTableCFsItem(String key,
List<String> tableCFsItem) |
ApiHBaseAddReplicationPeerInput |
ApiHBaseAddReplicationPeerInput.tableCFs(Map<String,List<String>> tableCFs) |
Copyright © 2022. All rights reserved.