com.amazon.carbonado.qe
Interface SortedQueryExecutor.Support<S extends Storable>

All Known Subinterfaces:
StorageAccess<S>
All Known Implementing Classes:
SortedQueryExecutor.ArraySortSupport, SortedQueryExecutor.MergeSortSupport
Enclosing class:
SortedQueryExecutor<S extends Storable>

public static interface SortedQueryExecutor.Support<S extends Storable>

Provides support for SortedQueryExecutor.


Method Summary
 SortBuffer<S> createSortBuffer()
          Implementation must return an empty buffer for sorting.
 

Method Detail

createSortBuffer

SortBuffer<S> createSortBuffer()
Implementation must return an empty buffer for sorting.



Copyright © 2006-2009 Amazon Technologies, Inc.. All Rights Reserved.