public class ListTablesWorker extends PaginatingTask<ListTablesRequest,ListTablesResult>
delegate| Constructor and Description |
|---|
ListTablesWorker(DynamoDBDelegate delegate) |
| Modifier and Type | Method and Description |
|---|---|
protected ListTablesResult |
getMergedPages()
Merges all the pages iterated through in this instance and returns them
|
ListTablesRequest |
getRequest() |
int |
getReturnedCount() |
int |
getScannedCount() |
boolean |
hasNext() |
protected void |
markComplete() |
ListTablesResult |
next()
moves the iterator to the next page in preparation for another hasNext/processPage call
|
call, getPagesProcessedpublic ListTablesWorker(DynamoDBDelegate delegate)
public ListTablesResult next() throws com.thinkaurelius.titan.diskstorage.BackendException
PaginatingTasknext in class PaginatingTask<ListTablesRequest,ListTablesResult>com.thinkaurelius.titan.diskstorage.BackendExceptionpublic boolean hasNext()
hasNext in class PaginatingTask<ListTablesRequest,ListTablesResult>public int getScannedCount()
public int getReturnedCount()
public ListTablesRequest getRequest()
protected void markComplete()
protected ListTablesResult getMergedPages()
PaginatingTaskgetMergedPages in class PaginatingTask<ListTablesRequest,ListTablesResult>