public class ParallelScanTask
extends java.lang.Object
Constructor and Description |
---|
ParallelScanTask(DynamoDBMapper mapper,
AmazonDynamoDB dynamo,
java.util.List<ScanRequest> parallelScanRequests)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.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, java.util.List<ScanRequest> parallelScanRequests)
public boolean isAllSegmentScanFinished()
public java.util.List<ScanResult> getNextBatchOfScanResults()
ScanResult
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.