| Package | Description |
|---|---|
| com.alicloud.openservices.tablestore | |
| com.alicloud.openservices.tablestore.core | |
| com.alicloud.openservices.tablestore.core.protocol |
| Modifier and Type | Method and Description |
|---|---|
CreateIndexResponse |
SyncClientInterface.createIndex(CreateIndexRequest createIndexRequest)
在用户指定的某张表下创建一张索引表
|
CreateIndexResponse |
SyncClient.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)
在用户指定的某张表下创建一张索引表
|
| 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 |
|---|---|
CreateIndexLauncher |
LauncherFactory.createIndex(TraceLogger tracer,
RetryStrategy retry,
CreateIndexRequest originRequest) |
void |
CreateIndexLauncher.fire(CreateIndexRequest req,
org.apache.http.concurrent.FutureCallback<CreateIndexResponse> cb) |
| Constructor and Description |
|---|
CreateIndexLauncher(OTSUri uri,
TraceLogger tracer,
RetryStrategy retry,
String instanceName,
AsyncServiceClient client,
CredentialsProvider crdsProvider,
ClientConfiguration config,
CreateIndexRequest originRequest) |
| Modifier and Type | Method and Description |
|---|---|
static OtsInternalApi.CreateIndexRequest |
OTSProtocolBuilder.buildCreateIndexRequest(CreateIndexRequest req) |
Copyright © 2024. All Rights Reserved.