public class QueryWithLimitWorker extends QueryWorker
delegate| Constructor and Description |
|---|
QueryWithLimitWorker(DynamoDBDelegate delegate,
QueryRequest request,
com.thinkaurelius.titan.diskstorage.StaticBuffer titanKey,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<java.util.Map<java.lang.String,AttributeValue>> |
getFinalItemList() |
QueryResultWrapper |
next()
moves the iterator to the next page in preparation for another hasNext/processPage call
|
getMergedPages, getRequest, getReturnedCount, getScannedCount, hasNext, markCompletecall, getPagesProcessedpublic QueryWithLimitWorker(DynamoDBDelegate delegate, QueryRequest request, com.thinkaurelius.titan.diskstorage.StaticBuffer titanKey, int limit)
public QueryResultWrapper next() throws com.thinkaurelius.titan.diskstorage.BackendException
PaginatingTasknext in class QueryWorkercom.thinkaurelius.titan.diskstorage.BackendExceptionprotected java.util.List<java.util.Map<java.lang.String,AttributeValue>> getFinalItemList()
getFinalItemList in class QueryWorker