| Modifier and Type | Method and Description |
|---|---|
ParallelScanResponse |
SyncClientInterface.parallelScan(ParallelScanRequest request)
Scan data form SearchIndex.
|
ParallelScanResponse |
SyncClient.parallelScan(ParallelScanRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ParallelScanResponse> |
AsyncClient.parallelScan(ParallelScanRequest request,
TableStoreCallback<ParallelScanRequest,ParallelScanResponse> callback) |
Future<ParallelScanResponse> |
InternalClient.parallelScan(ParallelScanRequest request,
TableStoreCallback<ParallelScanRequest,ParallelScanResponse> callback) |
Future<ParallelScanResponse> |
AsyncClientInterface.parallelScan(ParallelScanRequest request,
TableStoreCallback<ParallelScanRequest,ParallelScanResponse> callback)
Scan data form SearchIndex.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ParallelScanResponse> |
AsyncClient.parallelScan(ParallelScanRequest request,
TableStoreCallback<ParallelScanRequest,ParallelScanResponse> callback) |
Future<ParallelScanResponse> |
InternalClient.parallelScan(ParallelScanRequest request,
TableStoreCallback<ParallelScanRequest,ParallelScanResponse> callback) |
Future<ParallelScanResponse> |
AsyncClientInterface.parallelScan(ParallelScanRequest request,
TableStoreCallback<ParallelScanRequest,ParallelScanResponse> callback)
Scan data form SearchIndex.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParallelScanLauncher.fire(ParallelScanRequest req,
org.apache.http.concurrent.FutureCallback<ParallelScanResponse> cb) |
| Modifier and Type | Method and Description |
|---|---|
protected ParallelScanResponse |
ParallelScanResponseConsumer.parseResult() |
| Constructor and Description |
|---|
ParallelScanResponseConsumer(ResultParser resultParser,
TraceLogger traceLogger,
RetryStrategy retry,
ParallelScanResponse lastResult) |
| Modifier and Type | Method and Description |
|---|---|
static ParallelScanResponse |
ResponseFactory.createParallelScanResponse(ResponseContentWithMeta response,
Search.ParallelScanResponse parallelScanResponse) |
| Modifier and Type | Method and Description |
|---|---|
ParallelScanResponse |
ParallelScanResponse.setNextToken(byte[] nextToken) |
ParallelScanResponse |
ParallelScanResponse.setRows(List<Row> rows) |
Copyright © 2024. All Rights Reserved.