- All Implemented Interfaces:
- com.thinkaurelius.titan.diskstorage.util.RecordIterator<com.thinkaurelius.titan.diskstorage.Entry>, java.io.Closeable, java.lang.AutoCloseable, java.util.Iterator<com.thinkaurelius.titan.diskstorage.Entry>
public class MultiRecordIterator
extends java.lang.Object
implements com.thinkaurelius.titan.diskstorage.util.RecordIterator<com.thinkaurelius.titan.diskstorage.Entry>
Lazy-loading iterator that pages through columns for a given hash key.
Used in conjunction with MultiRowKeyIteratorImpl to provide an implementation of getKeys(..) for the MULTI backend
- Author:
- Michael Rodaitis