Modifier and Type | Method and Description |
---|---|
ScanResult |
AmazonDynamoDBClient.scan(ScanRequest scanRequest)
The Scan operation returns one or more items and item attributes
by accessing every item in a table or a secondary index.
|
ScanResult |
AmazonDynamoDB.scan(ScanRequest scanRequest)
The Scan operation returns one or more items and item attributes
by accessing every item in a table or a secondary index.
|
ScanResult |
AbstractAmazonDynamoDB.scan(ScanRequest request) |
ScanResult |
AmazonDynamoDBClient.scan(java.lang.String tableName,
java.util.List<java.lang.String> attributesToGet) |
ScanResult |
AmazonDynamoDB.scan(java.lang.String tableName,
java.util.List<java.lang.String> attributesToGet)
Simplified method form for invoking the Scan operation.
|
ScanResult |
AbstractAmazonDynamoDB.scan(java.lang.String tableName,
java.util.List<java.lang.String> attributesToGet) |
ScanResult |
AmazonDynamoDBClient.scan(java.lang.String tableName,
java.util.List<java.lang.String> attributesToGet,
java.util.Map<java.lang.String,Condition> scanFilter) |
ScanResult |
AmazonDynamoDB.scan(java.lang.String tableName,
java.util.List<java.lang.String> attributesToGet,
java.util.Map<java.lang.String,Condition> scanFilter)
Simplified method form for invoking the Scan operation.
|
ScanResult |
AbstractAmazonDynamoDB.scan(java.lang.String tableName,
java.util.List<java.lang.String> attributesToGet,
java.util.Map<java.lang.String,Condition> scanFilter) |
ScanResult |
AmazonDynamoDBClient.scan(java.lang.String tableName,
java.util.Map<java.lang.String,Condition> scanFilter) |
ScanResult |
AmazonDynamoDB.scan(java.lang.String tableName,
java.util.Map<java.lang.String,Condition> scanFilter)
Simplified method form for invoking the Scan operation.
|
ScanResult |
AbstractAmazonDynamoDB.scan(java.lang.String tableName,
java.util.Map<java.lang.String,Condition> scanFilter) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<ScanResult> |
AmazonDynamoDBAsyncClient.scanAsync(ScanRequest request) |
java.util.concurrent.Future<ScanResult> |
AmazonDynamoDBAsync.scanAsync(ScanRequest scanRequest)
The Scan operation returns one or more items and item attributes
by accessing every item in a table or a secondary index.
|
java.util.concurrent.Future<ScanResult> |
AbstractAmazonDynamoDBAsync.scanAsync(ScanRequest request) |
java.util.concurrent.Future<ScanResult> |
AmazonDynamoDBAsyncClient.scanAsync(ScanRequest request,
AsyncHandler<ScanRequest,ScanResult> asyncHandler) |
java.util.concurrent.Future<ScanResult> |
AmazonDynamoDBAsync.scanAsync(ScanRequest scanRequest,
AsyncHandler<ScanRequest,ScanResult> asyncHandler)
The Scan operation returns one or more items and item attributes
by accessing every item in a table or a secondary index.
|
java.util.concurrent.Future<ScanResult> |
AbstractAmazonDynamoDBAsync.scanAsync(ScanRequest request,
AsyncHandler<ScanRequest,ScanResult> asyncHandler) |
java.util.concurrent.Future<ScanResult> |
AmazonDynamoDBAsyncClient.scanAsync(java.lang.String tableName,
java.util.List<java.lang.String> attributesToGet)
Simplified method form for invoking the Scan operation.
|
java.util.concurrent.Future<ScanResult> |
AmazonDynamoDBAsync.scanAsync(java.lang.String tableName,
java.util.List<java.lang.String> attributesToGet)
Simplified method form for invoking the Scan operation.
|
java.util.concurrent.Future<ScanResult> |
AbstractAmazonDynamoDBAsync.scanAsync(java.lang.String tableName,
java.util.List<java.lang.String> attributesToGet)
Simplified method form for invoking the Scan operation.
|
java.util.concurrent.Future<ScanResult> |
AmazonDynamoDBAsyncClient.scanAsync(java.lang.String tableName,
java.util.List<java.lang.String> attributesToGet,
AsyncHandler<ScanRequest,ScanResult> asyncHandler)
Simplified method form for invoking the Scan operation with an
AsyncHandler.
|
java.util.concurrent.Future<ScanResult> |
AmazonDynamoDBAsync.scanAsync(java.lang.String tableName,
java.util.List<java.lang.String> attributesToGet,
AsyncHandler<ScanRequest,ScanResult> asyncHandler)
Simplified method form for invoking the Scan operation with an
AsyncHandler.
|
java.util.concurrent.Future<ScanResult> |
AbstractAmazonDynamoDBAsync.scanAsync(java.lang.String tableName,
java.util.List<java.lang.String> attributesToGet,
AsyncHandler<ScanRequest,ScanResult> asyncHandler)
Simplified method form for invoking the Scan operation with an
AsyncHandler.
|
java.util.concurrent.Future<ScanResult> |
AmazonDynamoDBAsyncClient.scanAsync(java.lang.String tableName,
java.util.List<java.lang.String> attributesToGet,
java.util.Map<java.lang.String,Condition> scanFilter)
Simplified method form for invoking the Scan operation.
|
java.util.concurrent.Future<ScanResult> |
AmazonDynamoDBAsync.scanAsync(java.lang.String tableName,
java.util.List<java.lang.String> attributesToGet,
java.util.Map<java.lang.String,Condition> scanFilter)
Simplified method form for invoking the Scan operation.
|
java.util.concurrent.Future<ScanResult> |
AbstractAmazonDynamoDBAsync.scanAsync(java.lang.String tableName,
java.util.List<java.lang.String> attributesToGet,
java.util.Map<java.lang.String,Condition> scanFilter)
Simplified method form for invoking the Scan operation.
|
java.util.concurrent.Future<ScanResult> |
AmazonDynamoDBAsyncClient.scanAsync(java.lang.String tableName,
java.util.List<java.lang.String> attributesToGet,
java.util.Map<java.lang.String,Condition> scanFilter,
AsyncHandler<ScanRequest,ScanResult> asyncHandler)
Simplified method form for invoking the Scan operation with an
AsyncHandler.
|
java.util.concurrent.Future<ScanResult> |
AmazonDynamoDBAsync.scanAsync(java.lang.String tableName,
java.util.List<java.lang.String> attributesToGet,
java.util.Map<java.lang.String,Condition> scanFilter,
AsyncHandler<ScanRequest,ScanResult> asyncHandler)
Simplified method form for invoking the Scan operation with an
AsyncHandler.
|
java.util.concurrent.Future<ScanResult> |
AbstractAmazonDynamoDBAsync.scanAsync(java.lang.String tableName,
java.util.List<java.lang.String> attributesToGet,
java.util.Map<java.lang.String,Condition> scanFilter,
AsyncHandler<ScanRequest,ScanResult> asyncHandler)
Simplified method form for invoking the Scan operation with an
AsyncHandler.
|
java.util.concurrent.Future<ScanResult> |
AmazonDynamoDBAsyncClient.scanAsync(java.lang.String tableName,
java.util.Map<java.lang.String,Condition> scanFilter)
Simplified method form for invoking the Scan operation.
|
java.util.concurrent.Future<ScanResult> |
AmazonDynamoDBAsync.scanAsync(java.lang.String tableName,
java.util.Map<java.lang.String,Condition> scanFilter)
Simplified method form for invoking the Scan operation.
|
java.util.concurrent.Future<ScanResult> |
AbstractAmazonDynamoDBAsync.scanAsync(java.lang.String tableName,
java.util.Map<java.lang.String,Condition> scanFilter)
Simplified method form for invoking the Scan operation.
|
java.util.concurrent.Future<ScanResult> |
AmazonDynamoDBAsyncClient.scanAsync(java.lang.String tableName,
java.util.Map<java.lang.String,Condition> scanFilter,
AsyncHandler<ScanRequest,ScanResult> asyncHandler)
Simplified method form for invoking the Scan operation with an
AsyncHandler.
|
java.util.concurrent.Future<ScanResult> |
AmazonDynamoDBAsync.scanAsync(java.lang.String tableName,
java.util.Map<java.lang.String,Condition> scanFilter,
AsyncHandler<ScanRequest,ScanResult> asyncHandler)
Simplified method form for invoking the Scan operation with an
AsyncHandler.
|
java.util.concurrent.Future<ScanResult> |
AbstractAmazonDynamoDBAsync.scanAsync(java.lang.String tableName,
java.util.Map<java.lang.String,Condition> scanFilter,
AsyncHandler<ScanRequest,ScanResult> asyncHandler)
Simplified method form for invoking the Scan operation with an
AsyncHandler.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<ScanResult> |
AmazonDynamoDBAsyncClient.scanAsync(ScanRequest request,
AsyncHandler<ScanRequest,ScanResult> asyncHandler) |
java.util.concurrent.Future<ScanResult> |
AmazonDynamoDBAsync.scanAsync(ScanRequest scanRequest,
AsyncHandler<ScanRequest,ScanResult> asyncHandler)
The Scan operation returns one or more items and item attributes
by accessing every item in a table or a secondary index.
|
java.util.concurrent.Future<ScanResult> |
AbstractAmazonDynamoDBAsync.scanAsync(ScanRequest request,
AsyncHandler<ScanRequest,ScanResult> asyncHandler) |
java.util.concurrent.Future<ScanResult> |
AmazonDynamoDBAsyncClient.scanAsync(java.lang.String tableName,
java.util.List<java.lang.String> attributesToGet,
AsyncHandler<ScanRequest,ScanResult> asyncHandler)
Simplified method form for invoking the Scan operation with an
AsyncHandler.
|
java.util.concurrent.Future<ScanResult> |
AmazonDynamoDBAsync.scanAsync(java.lang.String tableName,
java.util.List<java.lang.String> attributesToGet,
AsyncHandler<ScanRequest,ScanResult> asyncHandler)
Simplified method form for invoking the Scan operation with an
AsyncHandler.
|
java.util.concurrent.Future<ScanResult> |
AbstractAmazonDynamoDBAsync.scanAsync(java.lang.String tableName,
java.util.List<java.lang.String> attributesToGet,
AsyncHandler<ScanRequest,ScanResult> asyncHandler)
Simplified method form for invoking the Scan operation with an
AsyncHandler.
|
java.util.concurrent.Future<ScanResult> |
AmazonDynamoDBAsyncClient.scanAsync(java.lang.String tableName,
java.util.List<java.lang.String> attributesToGet,
java.util.Map<java.lang.String,Condition> scanFilter,
AsyncHandler<ScanRequest,ScanResult> asyncHandler)
Simplified method form for invoking the Scan operation with an
AsyncHandler.
|
java.util.concurrent.Future<ScanResult> |
AmazonDynamoDBAsync.scanAsync(java.lang.String tableName,
java.util.List<java.lang.String> attributesToGet,
java.util.Map<java.lang.String,Condition> scanFilter,
AsyncHandler<ScanRequest,ScanResult> asyncHandler)
Simplified method form for invoking the Scan operation with an
AsyncHandler.
|
java.util.concurrent.Future<ScanResult> |
AbstractAmazonDynamoDBAsync.scanAsync(java.lang.String tableName,
java.util.List<java.lang.String> attributesToGet,
java.util.Map<java.lang.String,Condition> scanFilter,
AsyncHandler<ScanRequest,ScanResult> asyncHandler)
Simplified method form for invoking the Scan operation with an
AsyncHandler.
|
java.util.concurrent.Future<ScanResult> |
AmazonDynamoDBAsyncClient.scanAsync(java.lang.String tableName,
java.util.Map<java.lang.String,Condition> scanFilter,
AsyncHandler<ScanRequest,ScanResult> asyncHandler)
Simplified method form for invoking the Scan operation with an
AsyncHandler.
|
java.util.concurrent.Future<ScanResult> |
AmazonDynamoDBAsync.scanAsync(java.lang.String tableName,
java.util.Map<java.lang.String,Condition> scanFilter,
AsyncHandler<ScanRequest,ScanResult> asyncHandler)
Simplified method form for invoking the Scan operation with an
AsyncHandler.
|
java.util.concurrent.Future<ScanResult> |
AbstractAmazonDynamoDBAsync.scanAsync(java.lang.String tableName,
java.util.Map<java.lang.String,Condition> scanFilter,
AsyncHandler<ScanRequest,ScanResult> asyncHandler)
Simplified method form for invoking the Scan operation with an
AsyncHandler.
|
Modifier and Type | Field and Description |
---|---|
private ScanResult |
PaginatedScanList.scanResult
The current results for the last executed scan operation
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<java.util.concurrent.Future<ScanResult>> |
ParallelScanTask.segmentScanFutureTasks
Cache all the future tasks, so that we can extract the exception when
we see failed segment scan.
|
private java.util.List<ScanResult> |
ParallelScanTask.segmentScanResults
Cache all the most recent ScanResult on each segment.
|
Modifier and Type | Method and Description |
---|---|
private ScanResult |
ParallelScanTask.scanNextPageOfSegment(int currentSegment,
boolean checkLastEvaluatedKey) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ScanResult> |
ParallelScanTask.getNextBatchOfScanResults() |
private java.util.List<ScanResult> |
ParallelScanTask.marshalParallelScanResults() |
Modifier and Type | Method and Description |
---|---|
private java.util.List<T> |
PaginatedParallelScanList.marshalParallelScanResultsIntoObjects(java.util.List<ScanResult> scanResults) |
Constructor and Description |
---|
PaginatedScanList(DynamoDBMapper mapper,
java.lang.Class<T> clazz,
AmazonDynamoDB dynamo,
ScanRequest scanRequest,
ScanResult scanResult,
DynamoDBMapperConfig.PaginationLoadingStrategy paginationLoadingStrategy,
DynamoDBMapperConfig config) |
Modifier and Type | Field and Description |
---|---|
private ScanResult |
ScanOutcome.result |
Modifier and Type | Method and Description |
---|---|
ScanResult |
ScanOutcome.getScanResult()
Returns a non-null low-level result returned from the server side.
|
Constructor and Description |
---|
ScanOutcome(ScanResult result) |
Modifier and Type | Method and Description |
---|---|
ScanResult |
ScanResult.addLastEvaluatedKeyEntry(java.lang.String key,
AttributeValue value) |
ScanResult |
ScanResult.clearLastEvaluatedKeyEntries()
Removes all the entries added into LastEvaluatedKey.
|
ScanResult |
ScanResult.clone() |
ScanResult |
ScanResult.withConsumedCapacity(ConsumedCapacity consumedCapacity) |
ScanResult |
ScanResult.withCount(java.lang.Integer count)
The number of items in the response.
|
ScanResult |
ScanResult.withItems(java.util.Collection<java.util.Map<java.lang.String,AttributeValue>> items)
An array of item attributes that match the scan criteria.
|
ScanResult |
ScanResult.withItems(java.util.Map<java.lang.String,AttributeValue>... items)
An array of item attributes that match the scan criteria.
|
ScanResult |
ScanResult.withLastEvaluatedKey(java.util.Map<java.lang.String,AttributeValue> lastEvaluatedKey)
The primary key of the item where the operation stopped, inclusive of the
previous result set.
|
ScanResult |
ScanResult.withScannedCount(java.lang.Integer scannedCount)
The number of items evaluated, before any ScanFilter is applied.
|
Modifier and Type | Method and Description |
---|---|
ScanResult |
ScanResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |