限定符和类型 | 方法和说明 |
---|---|
CreateIndexResponse |
SyncClientInterface.createIndex(CreateIndexRequest createIndexRequest)
在用户指定的某张表下创建一张索引表
|
CreateIndexResponse |
SyncClient.createIndex(CreateIndexRequest createIndexRequest) |
限定符和类型 | 方法和说明 |
---|---|
Future<CreateIndexResponse> |
InternalClient.createIndex(CreateIndexRequest request,
TableStoreCallback<CreateIndexRequest,CreateIndexResponse> callback) |
Future<CreateIndexResponse> |
AsyncClientInterface.createIndex(CreateIndexRequest createIndexRequest,
TableStoreCallback<CreateIndexRequest,CreateIndexResponse> callback)
在用户指定的某张表下创建一张索引表
|
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)
在用户指定的某张表下创建一张索引表
|
Future<CreateIndexResponse> |
AsyncClient.createIndex(CreateIndexRequest request,
TableStoreCallback<CreateIndexRequest,CreateIndexResponse> callback) |
限定符和类型 | 方法和说明 |
---|---|
void |
CreateIndexLauncher.fire(CreateIndexRequest req,
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 © 2018. All Rights Reserved.