Package | Description |
---|---|
com.cloudera.api.swagger | |
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
ApiCommand |
ReplicationsResourceApi.fetchHBasePeerInfo(String clusterName,
String serviceName,
ApiHBasePeerId body)
Starts a command that fetches information about an HBase peer by its ID.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.fetchHBasePeerInfoAsync(String clusterName,
String serviceName,
ApiHBasePeerId body,
ApiCallback<ApiCommand> callback)
Starts a command that fetches information about an HBase peer by its ID.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.fetchHBasePeerInfoCall(String clusterName,
String serviceName,
ApiHBasePeerId body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for fetchHBasePeerInfo
|
ApiResponse<ApiCommand> |
ReplicationsResourceApi.fetchHBasePeerInfoWithHttpInfo(String clusterName,
String serviceName,
ApiHBasePeerId body)
Starts a command that fetches information about an HBase peer by its ID.
|
ApiCommand |
ReplicationsResourceApi.removeHBasePeer(String clusterName,
String serviceName,
ApiHBasePeerId body)
Starts a command that removes the specified HBase replication peer from the local HBase service.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.removeHBasePeerAsync(String clusterName,
String serviceName,
ApiHBasePeerId body,
ApiCallback<ApiCommand> callback)
Starts a command that removes the specified HBase replication peer from the local HBase service.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.removeHBasePeerCall(String clusterName,
String serviceName,
ApiHBasePeerId body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for removeHBasePeer
|
ApiResponse<ApiCommand> |
ReplicationsResourceApi.removeHBasePeerWithHttpInfo(String clusterName,
String serviceName,
ApiHBasePeerId body)
Starts a command that removes the specified HBase replication peer from the local HBase service.
|
Modifier and Type | Method and Description |
---|---|
ApiHBasePeerId |
ApiHBasePeerId.id(String id) |
Copyright © 2022. All rights reserved.