| Package | Description |
|---|---|
| com.alicloud.openservices.tablestore | |
| com.alicloud.openservices.tablestore.core | |
| com.alicloud.openservices.tablestore.core.protocol |
| Modifier and Type | Method and Description |
|---|---|
ListSearchIndexResponse |
SyncClientInterface.listSearchIndex(ListSearchIndexRequest request)
获取表下的SearchIndex列表
|
ListSearchIndexResponse |
SyncClient.listSearchIndex(ListSearchIndexRequest request) |
Future<ListSearchIndexResponse> |
AsyncClient.listSearchIndex(ListSearchIndexRequest request,
TableStoreCallback<ListSearchIndexRequest,ListSearchIndexResponse> callback) |
Future<ListSearchIndexResponse> |
InternalClient.listSearchIndex(ListSearchIndexRequest request,
TableStoreCallback<ListSearchIndexRequest,ListSearchIndexResponse> callback) |
Future<ListSearchIndexResponse> |
AsyncClientInterface.listSearchIndex(ListSearchIndexRequest request,
TableStoreCallback<ListSearchIndexRequest,ListSearchIndexResponse> callback)
获取表下的SearchIndex列表
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListSearchIndexResponse> |
AsyncClient.listSearchIndex(ListSearchIndexRequest request,
TableStoreCallback<ListSearchIndexRequest,ListSearchIndexResponse> callback) |
Future<ListSearchIndexResponse> |
InternalClient.listSearchIndex(ListSearchIndexRequest request,
TableStoreCallback<ListSearchIndexRequest,ListSearchIndexResponse> callback) |
Future<ListSearchIndexResponse> |
AsyncClientInterface.listSearchIndex(ListSearchIndexRequest request,
TableStoreCallback<ListSearchIndexRequest,ListSearchIndexResponse> callback)
获取表下的SearchIndex列表
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSearchIndexLauncher.fire(ListSearchIndexRequest req,
org.apache.http.concurrent.FutureCallback<ListSearchIndexResponse> cb) |
ListSearchIndexLauncher |
LauncherFactory.listSearchIndex(TraceLogger tracer,
RetryStrategy retry,
ListSearchIndexRequest originRequest) |
| Constructor and Description |
|---|
ListSearchIndexLauncher(OTSUri uri,
TraceLogger tracer,
RetryStrategy retry,
String instanceName,
AsyncServiceClient client,
CredentialsProvider crdsProvider,
ClientConfiguration config,
ListSearchIndexRequest originRequest) |
| Modifier and Type | Method and Description |
|---|---|
static Search.ListSearchIndexRequest |
SearchProtocolBuilder.buildListSearchIndexRequest(ListSearchIndexRequest request) |
Copyright © 2024. All Rights Reserved.