public interface SortBuffer<S>
extends java.util.Collection<S>
SortedCursor
void prepare(java.util.Comparator<S> comparator)
java.lang.IllegalArgumentException
- if comparator is nullvoid sort() throws FetchException
java.lang.IllegalStateException
- if prepare was never calledFetchException
void close() throws FetchException
FetchException
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.