| Modifier and Type | Method and Description |
|---|---|
SearchResponse |
SyncClient.search(SearchRequest request) |
SearchResponse |
SyncClientInterface.search(SearchRequest request)
搜索功能
|
| Modifier and Type | Method and Description |
|---|---|
Future<SearchResponse> |
AsyncClient.search(SearchRequest request,
TableStoreCallback<SearchRequest,SearchResponse> callback) |
Future<SearchResponse> |
AsyncClientInterface.search(SearchRequest request,
TableStoreCallback<SearchRequest,SearchResponse> callback)
搜索功能
|
Future<SearchResponse> |
InternalClient.search(SearchRequest request,
TableStoreCallback<SearchRequest,SearchResponse> callback) |
| Modifier and Type | Method and Description |
|---|---|
Future<SearchResponse> |
AsyncClient.search(SearchRequest request,
TableStoreCallback<SearchRequest,SearchResponse> callback) |
Future<SearchResponse> |
AsyncClientInterface.search(SearchRequest request,
TableStoreCallback<SearchRequest,SearchResponse> callback)
搜索功能
|
Future<SearchResponse> |
InternalClient.search(SearchRequest request,
TableStoreCallback<SearchRequest,SearchResponse> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchLauncher.fire(SearchRequest req,
org.apache.http.concurrent.FutureCallback<SearchResponse> cb) |
| Modifier and Type | Method and Description |
|---|---|
protected SearchResponse |
SearchResponseConsumer.parseResult() |
| Constructor and Description |
|---|
SearchResponseConsumer(ResultParser resultParser,
TraceLogger traceLogger,
RetryStrategy retry,
SearchResponse lastResult) |
| Modifier and Type | Method and Description |
|---|---|
static SearchResponse |
ResponseFactory.createSearchResponse(ResponseContentWithMeta response,
Search.SearchResponse searchResponse) |
| Modifier and Type | Method and Description |
|---|---|
SearchResponse |
SearchResponse.setAggregationResults(AggregationResults aggregationResults) |
SearchResponse |
SearchResponse.setGroupByResults(GroupByResults groupByResults) |
| Modifier and Type | Method and Description |
|---|---|
protected SearchResponse |
TimestreamMetaIterator.getResponse() |
Copyright © 2024. All Rights Reserved.