public static interface FullScanQueryExecutor.Support<S extends Storable>
FullScanQueryExecutor.| Modifier and Type | Method and Description |
|---|---|
long |
countAll()
Counts all Storables.
|
long |
countAll(Query.Controller controller)
Counts all Storables.
|
Cursor<S> |
fetchAll()
Perform a full scan of all Storables.
|
Cursor<S> |
fetchAll(Query.Controller controller)
Perform a full scan of all Storables.
|
java.lang.Class<S> |
getStorableType() |
java.lang.Class<S> getStorableType()
long countAll()
throws FetchException
FetchExceptionlong countAll(Query.Controller controller) throws FetchException
controller - optional controller which can abort query operationFetchExceptionCursor<S> fetchAll() throws FetchException
FetchExceptionCursor<S> fetchAll(Query.Controller controller) throws FetchException
controller - optional controller which can abort query operationFetchExceptionCopyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.