public class ParallelScanTask extends Object
Constructor and Description |
---|
ParallelScanTask(DynamoDBMapper mapper,
AmazonDynamoDB dynamo,
List<ScanRequest> parallelScanRequests)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<ScanResult> |
getNextBatchOfScanResults()
Gets the next batch of scan results.
|
boolean |
isAllSegmentScanFinished()
returns is the parallel scan is finished.
|
@Deprecated public ParallelScanTask(DynamoDBMapper mapper, AmazonDynamoDB dynamo, List<ScanRequest> parallelScanRequests)
public boolean isAllSegmentScanFinished()
public List<ScanResult> getNextBatchOfScanResults()
ScanResult
Copyright © 2017. All rights reserved.