程序包 | 说明 |
---|---|
com.alicloud.openservices.tablestore | |
com.alicloud.openservices.tablestore.core | |
com.alicloud.openservices.tablestore.core.protocol |
限定符和类型 | 方法和说明 |
---|---|
CreateIndexResponse |
SyncClient.createIndex(CreateIndexRequest createIndexRequest) |
CreateIndexResponse |
SyncClientInterface.createIndex(CreateIndexRequest createIndexRequest)
在用户指定的某张表下创建一张索引表
|
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) |
Future<CreateIndexResponse> |
InternalClient.createIndex(CreateIndexRequest request,
TableStoreCallback<CreateIndexRequest,CreateIndexResponse> callback) |
Future<CreateIndexResponse> |
AsyncClientInterface.createIndex(CreateIndexRequest createIndexRequest,
TableStoreCallback<CreateIndexRequest,CreateIndexResponse> callback)
在用户指定的某张表下创建一张索引表
|
限定符和类型 | 方法和说明 |
---|---|
CreateIndexLauncher |
LauncherFactory.createIndex(TraceLogger tracer,
RetryStrategy retry,
CreateIndexRequest originRequest) |
void |
CreateIndexLauncher.fire(CreateIndexRequest req,
org.apache.http.concurrent.FutureCallback<CreateIndexResponse> cb) |
构造器和说明 |
---|
CreateIndexLauncher(OTSUri uri,
TraceLogger tracer,
RetryStrategy retry,
String instanceName,
AsyncServiceClient client,
CredentialsProvider crdsProvider,
ClientConfiguration config,
CreateIndexRequest originRequest) |
限定符和类型 | 方法和说明 |
---|---|
static OtsInternalApi.CreateIndexRequest |
OTSProtocolBuilder.buildCreateIndexRequest(CreateIndexRequest req) |
Copyright © 2019. All Rights Reserved.