Class ParallelScanTask
- java.lang.Object
-
- com.amazonaws.services.dynamodbv2.datamodeling.ParallelScanTask
-
public class ParallelScanTask extends Object
-
-
Constructor Summary
Constructors Constructor Description ParallelScanTask(DynamoDBMapper mapper, AmazonDynamoDB dynamo, List<ScanRequest> parallelScanRequests)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ScanResult>
getNextBatchOfScanResults()
boolean
isAllSegmentScanFinished()
-
-
-
Constructor Detail
-
ParallelScanTask
@Deprecated public ParallelScanTask(DynamoDBMapper mapper, AmazonDynamoDB dynamo, List<ScanRequest> parallelScanRequests)
Deprecated.
-
-
Method Detail
-
isAllSegmentScanFinished
public boolean isAllSegmentScanFinished()
-
getNextBatchOfScanResults
public List<ScanResult> getNextBatchOfScanResults() throws AmazonClientException
- Throws:
AmazonClientException
-
-