public static class SortedQueryExecutor.ArraySortSupport<S extends Storable> extends java.lang.Object implements SortedQueryExecutor.Support<S>
| Constructor and Description |
|---|
SortedQueryExecutor.ArraySortSupport() |
| Modifier and Type | Method and Description |
|---|---|
SortBuffer<S> |
createSortBuffer()
Returns a new ArraySortBuffer.
|
SortBuffer<S> |
createSortBuffer(Query.Controller controller)
Returns a new ArraySortBuffer.
|
public SortedQueryExecutor.ArraySortSupport()
public SortBuffer<S> createSortBuffer()
createSortBuffer in interface SortedQueryExecutor.Support<S extends Storable>public SortBuffer<S> createSortBuffer(Query.Controller controller)
createSortBuffer in interface SortedQueryExecutor.Support<S extends Storable>controller - optional controller which can abort query operationCopyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.