public static interface SortedQueryExecutor.Support<S extends Storable>
SortedQueryExecutor.| Modifier and Type | Method and Description |
|---|---|
SortBuffer<S> |
createSortBuffer()
Implementation must return an empty buffer for sorting.
|
SortBuffer<S> |
createSortBuffer(Query.Controller controller)
Implementation must return an empty buffer for sorting.
|
SortBuffer<S> createSortBuffer()
SortBuffer<S> createSortBuffer(Query.Controller controller)
controller - optional controller which can abort query operationCopyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.