| Modifier and Type | Method and Description |
|---|---|
CreateIndexResponse |
SyncClientInterface.createIndex(CreateIndexRequest createIndexRequest)
在用户指定的某张表下创建一张索引表
|
CreateIndexResponse |
SyncClient.createIndex(CreateIndexRequest createIndexRequest) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateIndexResponse> |
AsyncClient.createIndex(CreateIndexRequest request,
TableStoreCallback<CreateIndexRequest,CreateIndexResponse> callback) |
Future<CreateIndexResponse> |
InternalClient.createIndex(CreateIndexRequest request,
TableStoreCallback<CreateIndexRequest,CreateIndexResponse> callback) |
Future<CreateIndexResponse> |
AsyncClientInterface.createIndex(CreateIndexRequest createIndexRequest,
TableStoreCallback<CreateIndexRequest,CreateIndexResponse> callback)
在用户指定的某张表下创建一张索引表
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateIndexResponse> |
AsyncClient.createIndex(CreateIndexRequest request,
TableStoreCallback<CreateIndexRequest,CreateIndexResponse> callback) |
Future<CreateIndexResponse> |
InternalClient.createIndex(CreateIndexRequest request,
TableStoreCallback<CreateIndexRequest,CreateIndexResponse> callback) |
Future<CreateIndexResponse> |
AsyncClientInterface.createIndex(CreateIndexRequest createIndexRequest,
TableStoreCallback<CreateIndexRequest,CreateIndexResponse> callback)
在用户指定的某张表下创建一张索引表
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateIndexLauncher.fire(CreateIndexRequest req,
org.apache.http.concurrent.FutureCallback<CreateIndexResponse> cb) |
| Modifier and Type | Method and Description |
|---|---|
protected CreateIndexResponse |
CreateIndexResponseConsumer.parseResult() |
| Constructor and Description |
|---|
CreateIndexResponseConsumer(ResultParser resultParser,
TraceLogger traceLogger,
RetryStrategy retry,
CreateIndexResponse lastResult) |
| Modifier and Type | Method and Description |
|---|---|
static CreateIndexResponse |
ResponseFactory.createCreteIndexResponse(ResponseContentWithMeta response,
OtsInternalApi.CreateIndexResponse createIndexResponse) |
Copyright © 2024. All Rights Reserved.