Package | Description |
---|---|
com.cloudera.api.swagger | |
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
ApiCommand |
ReplicationsResourceApi.createHBaseTable(String clusterName,
String serviceName,
ApiHBaseCreateTable body)
Starts a command that creates a new table in HBase.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.createHBaseTableAsync(String clusterName,
String serviceName,
ApiHBaseCreateTable body,
ApiCallback<ApiCommand> callback)
Starts a command that creates a new table in HBase.
|
com.squareup.okhttp.Call |
ReplicationsResourceApi.createHBaseTableCall(String clusterName,
String serviceName,
ApiHBaseCreateTable body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createHBaseTable
|
ApiResponse<ApiCommand> |
ReplicationsResourceApi.createHBaseTableWithHttpInfo(String clusterName,
String serviceName,
ApiHBaseCreateTable body)
Starts a command that creates a new table in HBase.
|
Modifier and Type | Method and Description |
---|---|
ApiHBaseCreateTable |
ApiHBaseCreateTable.columnFamily(String columnFamily) |
ApiHBaseCreateTable |
ApiHBaseCreateTable.tableName(String tableName) |
Copyright © 2022. All rights reserved.