| Modifier and Type | Method and Description |
|---|---|
UpdateSearchIndexResponse |
SyncClient.updateSearchIndex(UpdateSearchIndexRequest request) |
UpdateSearchIndexResponse |
SyncClientInterface.updateSearchIndex(UpdateSearchIndexRequest request)
更新SearchIndex(用户索引交换,或设置索引查询权重)
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateSearchIndexResponse> |
AsyncClient.updateSearchIndex(UpdateSearchIndexRequest request,
TableStoreCallback<UpdateSearchIndexRequest,UpdateSearchIndexResponse> callback) |
Future<UpdateSearchIndexResponse> |
AsyncClientInterface.updateSearchIndex(UpdateSearchIndexRequest request,
TableStoreCallback<UpdateSearchIndexRequest,UpdateSearchIndexResponse> callback)
更新SearchIndex(用于交换索引,或设置索引查询权重)。推荐优先使用官网控制台来实现动态修改多元索引schema的功能。
|
Future<UpdateSearchIndexResponse> |
InternalClient.updateSearchIndex(UpdateSearchIndexRequest request,
TableStoreCallback<UpdateSearchIndexRequest,UpdateSearchIndexResponse> callback) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateSearchIndexResponse> |
AsyncClient.updateSearchIndex(UpdateSearchIndexRequest request,
TableStoreCallback<UpdateSearchIndexRequest,UpdateSearchIndexResponse> callback) |
Future<UpdateSearchIndexResponse> |
AsyncClientInterface.updateSearchIndex(UpdateSearchIndexRequest request,
TableStoreCallback<UpdateSearchIndexRequest,UpdateSearchIndexResponse> callback)
更新SearchIndex(用于交换索引,或设置索引查询权重)。推荐优先使用官网控制台来实现动态修改多元索引schema的功能。
|
Future<UpdateSearchIndexResponse> |
InternalClient.updateSearchIndex(UpdateSearchIndexRequest request,
TableStoreCallback<UpdateSearchIndexRequest,UpdateSearchIndexResponse> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateSearchIndexLauncher.fire(UpdateSearchIndexRequest request,
org.apache.http.concurrent.FutureCallback<UpdateSearchIndexResponse> cb) |
| Modifier and Type | Method and Description |
|---|---|
protected UpdateSearchIndexResponse |
UpdateSearchIndexResponseConsumer.parseResult() |
| Constructor and Description |
|---|
UpdateSearchIndexResponseConsumer(ResultParser resultParser,
TraceLogger traceLogger,
RetryStrategy retry,
UpdateSearchIndexResponse lastResult) |
| Modifier and Type | Method and Description |
|---|---|
static UpdateSearchIndexResponse |
ResponseFactory.createUpdateSearchIndexResponse(ResponseContentWithMeta response,
Search.UpdateSearchIndexResponse updateSearchIndexResponse) |
Copyright © 2024. All Rights Reserved.