| 限定符和类型 | 方法和说明 |
|---|---|
DeleteSearchIndexResponse |
SyncClientInterface.deleteSearchIndex(DeleteSearchIndexRequest request)
Delete SearchIndex
Specify the tableName and indexName to delete an index
Note: It is not allowed to delete a table before all indexes under the table are deleted
|
DeleteSearchIndexResponse |
SyncClient.deleteSearchIndex(DeleteSearchIndexRequest request) |
| 限定符和类型 | 方法和说明 |
|---|---|
Future<DeleteSearchIndexResponse> |
AsyncClientInterface.deleteSearchIndex(DeleteSearchIndexRequest request,
TableStoreCallback<DeleteSearchIndexRequest,DeleteSearchIndexResponse> callback)
Delete SearchIndex
Specify the tableName and indexName to delete an index.
|
Future<DeleteSearchIndexResponse> |
AsyncClient.deleteSearchIndex(DeleteSearchIndexRequest request,
TableStoreCallback<DeleteSearchIndexRequest,DeleteSearchIndexResponse> callback) |
Future<DeleteSearchIndexResponse> |
InternalClient.deleteSearchIndex(DeleteSearchIndexRequest request,
TableStoreCallback<DeleteSearchIndexRequest,DeleteSearchIndexResponse> callback) |
| 限定符和类型 | 方法和说明 |
|---|---|
Future<DeleteSearchIndexResponse> |
AsyncClientInterface.deleteSearchIndex(DeleteSearchIndexRequest request,
TableStoreCallback<DeleteSearchIndexRequest,DeleteSearchIndexResponse> callback)
Delete SearchIndex
Specify the tableName and indexName to delete an index.
|
Future<DeleteSearchIndexResponse> |
AsyncClient.deleteSearchIndex(DeleteSearchIndexRequest request,
TableStoreCallback<DeleteSearchIndexRequest,DeleteSearchIndexResponse> callback) |
Future<DeleteSearchIndexResponse> |
InternalClient.deleteSearchIndex(DeleteSearchIndexRequest request,
TableStoreCallback<DeleteSearchIndexRequest,DeleteSearchIndexResponse> callback) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
DeleteSearchIndexLauncher.fire(DeleteSearchIndexRequest req,
com.aliyun.ots.thirdparty.org.apache.http.concurrent.FutureCallback<DeleteSearchIndexResponse> cb) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected DeleteSearchIndexResponse |
DeleteSearchIndexResponseConsumer.parseResult() |
| 构造器和说明 |
|---|
DeleteSearchIndexResponseConsumer(ResultParser resultParser,
TraceLogger traceLogger,
RetryStrategy retry,
DeleteSearchIndexResponse lastResult) |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteSearchIndexResponse |
ResponseFactory.createDeleteSearchIndexResponse(ResponseContentWithMeta response,
Search.DeleteSearchIndexResponse deleteSearchIndexResponse) |
Copyright © 2025. All Rights Reserved.