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
FetchException
long countAll(Query.Controller controller) throws FetchException
controller
- optional controller which can abort query operationFetchException
Cursor<S> fetchAll() throws FetchException
FetchException
Cursor<S> fetchAll(Query.Controller controller) throws FetchException
controller
- optional controller which can abort query operationFetchException
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.