| 限定符和类型 | 方法和说明 |
|---|---|
CreateIndexResponse |
SyncClientInterface.createIndex(CreateIndexRequest createIndexRequest)
Create an index table under a specified table as indicated by the user.
|
CreateIndexResponse |
SyncClient.createIndex(CreateIndexRequest createIndexRequest) |
| 限定符和类型 | 方法和说明 |
|---|---|
Future<CreateIndexResponse> |
InternalClient.createIndex(CreateIndexRequest request,
TableStoreCallback<CreateIndexRequest,CreateIndexResponse> callback) |
Future<CreateIndexResponse> |
AsyncClient.createIndex(CreateIndexRequest request,
TableStoreCallback<CreateIndexRequest,CreateIndexResponse> callback) |
Future<CreateIndexResponse> |
AsyncClientInterface.createIndex(CreateIndexRequest createIndexRequest,
TableStoreCallback<CreateIndexRequest,CreateIndexResponse> callback)
Create an index table under a specified table as indicated by the user.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Future<CreateIndexResponse> |
InternalClient.createIndex(CreateIndexRequest request,
TableStoreCallback<CreateIndexRequest,CreateIndexResponse> callback) |
Future<CreateIndexResponse> |
AsyncClient.createIndex(CreateIndexRequest request,
TableStoreCallback<CreateIndexRequest,CreateIndexResponse> callback) |
Future<CreateIndexResponse> |
AsyncClientInterface.createIndex(CreateIndexRequest createIndexRequest,
TableStoreCallback<CreateIndexRequest,CreateIndexResponse> callback)
Create an index table under a specified table as indicated by the user.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CreateIndexLauncher.fire(CreateIndexRequest req,
com.aliyun.ots.thirdparty.org.apache.http.concurrent.FutureCallback<CreateIndexResponse> cb) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected CreateIndexResponse |
CreateIndexResponseConsumer.parseResult() |
| 构造器和说明 |
|---|
CreateIndexResponseConsumer(ResultParser resultParser,
TraceLogger traceLogger,
RetryStrategy retry,
CreateIndexResponse lastResult) |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateIndexResponse |
ResponseFactory.createCreteIndexResponse(ResponseContentWithMeta response,
OtsInternalApi.CreateIndexResponse createIndexResponse) |
Copyright © 2025. All Rights Reserved.