| 程序包 | 说明 |
|---|---|
| com.alicloud.openservices.tablestore | |
| com.alicloud.openservices.tablestore.core | |
| com.alicloud.openservices.tablestore.core.protocol |
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
CreateIndexLauncher |
LauncherFactory.createIndex(TraceLogger tracer,
RetryStrategy retry,
CreateIndexRequest originRequest) |
void |
CreateIndexLauncher.fire(CreateIndexRequest req,
com.aliyun.ots.thirdparty.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 © 2025. All Rights Reserved.