com.amazon.carbonado.qe
Class SortedQueryExecutor.ArraySortSupport<S extends Storable>

java.lang.Object
  extended by com.amazon.carbonado.qe.SortedQueryExecutor.ArraySortSupport<S>
All Implemented Interfaces:
SortedQueryExecutor.Support<S>
Enclosing class:
SortedQueryExecutor<S extends Storable>

public static class SortedQueryExecutor.ArraySortSupport<S extends Storable>
extends Object
implements SortedQueryExecutor.Support<S>

Since:
1.2

Constructor Summary
SortedQueryExecutor.ArraySortSupport()
           
 
Method Summary
 SortBuffer<S> createSortBuffer()
          Returns a new ArraySortBuffer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortedQueryExecutor.ArraySortSupport

public SortedQueryExecutor.ArraySortSupport()
Method Detail

createSortBuffer

public SortBuffer<S> createSortBuffer()
Returns a new ArraySortBuffer.

Specified by:
createSortBuffer in interface SortedQueryExecutor.Support<S extends Storable>


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