public class BatchGetIterable<T> extends DynamoDBIterable<T>
| Constructor and Description |
|---|
BatchGetIterable(com.amazonaws.services.dynamodbv2.AmazonDynamoDB dynamoDB,
Enhancer<T> enhancer,
com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest batchGetItemRequest,
String tableName) |
| Modifier and Type | Method and Description |
|---|---|
protected Iterator<Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue>> |
fetchItems() |
Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> |
getLastEvaluatedKey() |
protected boolean |
moreAvailable() |
protected void |
setExclusiveStartKey(Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> exclusiveStartKey) |
getDynamoDB, getEnhancer, getPosition, getPosition, iterator, setPosition, setPositionpublic Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> getLastEvaluatedKey()
getLastEvaluatedKey in class DynamoDBIterable<T>protected void setExclusiveStartKey(Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> exclusiveStartKey)
setExclusiveStartKey in class DynamoDBIterable<T>protected Iterator<Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue>> fetchItems()
fetchItems in class DynamoDBIterable<T>protected boolean moreAvailable()
moreAvailable in class DynamoDBIterable<T>Copyright © 2014. All Rights Reserved.