- All Implemented Interfaces:
- com.thinkaurelius.titan.diskstorage.keycolumnvalue.KeyIterator, com.thinkaurelius.titan.diskstorage.util.RecordIterator<com.thinkaurelius.titan.diskstorage.StaticBuffer>, java.io.Closeable, java.lang.AutoCloseable, java.util.Iterator<com.thinkaurelius.titan.diskstorage.StaticBuffer>
public class ScanBackedKeyIterator
extends java.lang.Object
implements com.thinkaurelius.titan.diskstorage.keycolumnvalue.KeyIterator
KeyIterator that is backed by a DynamoDB scan. This class is ignorant to the fact that
its backing scan might be running in parallel. The ScanContextInterpreter is expected to
be compatible with whatever scan order the scanner is using.
- Author:
- Michael Rodaitis