Package | Description |
---|---|
com.cloudera.api.swagger | |
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
ApiCommand |
ReplicationsResourceApi.checkHBaseTablesExist(String clusterName,
String serviceName,
ApiHBaseTableNames body)
Starts a command that checks if the specified tables exist in HBase.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.checkHBaseTablesExistAsync(String clusterName,
String serviceName,
ApiHBaseTableNames body,
ApiCallback<ApiCommand> callback)
Starts a command that checks if the specified tables exist in HBase.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.checkHBaseTablesExistCall(String clusterName,
String serviceName,
ApiHBaseTableNames body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for checkHBaseTablesExist
|
ApiResponse<ApiCommand> |
ReplicationsResourceApi.checkHBaseTablesExistWithHttpInfo(String clusterName,
String serviceName,
ApiHBaseTableNames body)
Starts a command that checks if the specified tables exist in HBase.
|
ApiCommand |
ReplicationsResourceApi.fetchHBaseColumnFamilies(String clusterName,
String serviceName,
ApiHBaseTableNames body)
Starts a command that fetches column families for the desired tables.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.fetchHBaseColumnFamiliesAsync(String clusterName,
String serviceName,
ApiHBaseTableNames body,
ApiCallback<ApiCommand> callback)
Starts a command that fetches column families for the desired tables.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.fetchHBaseColumnFamiliesCall(String clusterName,
String serviceName,
ApiHBaseTableNames body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for fetchHBaseColumnFamilies
|
ApiResponse<ApiCommand> |
ReplicationsResourceApi.fetchHBaseColumnFamiliesWithHttpInfo(String clusterName,
String serviceName,
ApiHBaseTableNames body)
Starts a command that fetches column families for the desired tables.
|
Modifier and Type | Method and Description |
---|---|
ApiHBaseTableNames |
ApiHBaseTableNames.addItemsItem(String itemsItem) |
ApiHBaseTableNames |
ApiHBaseTableNames.items(List<String> items) |
Copyright © 2022. All rights reserved.