| Modifier and Type | Method and Description |
|---|---|
DeleteSearchIndexResponse |
SyncClient.deleteSearchIndex(DeleteSearchIndexRequest request) |
DeleteSearchIndexResponse |
SyncClientInterface.deleteSearchIndex(DeleteSearchIndexRequest request)
删除SearchIndex
|
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteSearchIndexResponse> |
AsyncClient.deleteSearchIndex(DeleteSearchIndexRequest request,
TableStoreCallback<DeleteSearchIndexRequest,DeleteSearchIndexResponse> callback) |
Future<DeleteSearchIndexResponse> |
AsyncClientInterface.deleteSearchIndex(DeleteSearchIndexRequest request,
TableStoreCallback<DeleteSearchIndexRequest,DeleteSearchIndexResponse> callback)
删除SearchIndex
|
Future<DeleteSearchIndexResponse> |
InternalClient.deleteSearchIndex(DeleteSearchIndexRequest request,
TableStoreCallback<DeleteSearchIndexRequest,DeleteSearchIndexResponse> callback) |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteSearchIndexResponse> |
AsyncClient.deleteSearchIndex(DeleteSearchIndexRequest request,
TableStoreCallback<DeleteSearchIndexRequest,DeleteSearchIndexResponse> callback) |
Future<DeleteSearchIndexResponse> |
AsyncClientInterface.deleteSearchIndex(DeleteSearchIndexRequest request,
TableStoreCallback<DeleteSearchIndexRequest,DeleteSearchIndexResponse> callback)
删除SearchIndex
|
Future<DeleteSearchIndexResponse> |
InternalClient.deleteSearchIndex(DeleteSearchIndexRequest request,
TableStoreCallback<DeleteSearchIndexRequest,DeleteSearchIndexResponse> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteSearchIndexLauncher.fire(DeleteSearchIndexRequest req,
org.apache.http.concurrent.FutureCallback<DeleteSearchIndexResponse> cb) |
| Modifier and Type | Method and Description |
|---|---|
protected DeleteSearchIndexResponse |
DeleteSearchIndexResponseConsumer.parseResult() |
| Constructor and Description |
|---|
DeleteSearchIndexResponseConsumer(ResultParser resultParser,
TraceLogger traceLogger,
RetryStrategy retry,
DeleteSearchIndexResponse lastResult) |
| Modifier and Type | Method and Description |
|---|---|
static DeleteSearchIndexResponse |
ResponseFactory.createDeleteSearchIndexResponse(ResponseContentWithMeta response,
Search.DeleteSearchIndexResponse deleteSearchIndexResponse) |
Copyright © 2024. All Rights Reserved.