- 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 StaticRecordIterator
extends java.lang.Object
implements com.thinkaurelius.titan.diskstorage.util.RecordIterator<com.thinkaurelius.titan.diskstorage.Entry>
Iterator for entries. This implementation is eagerly loaded. A further
improvement might be to add a lazily loaded implementation.
- Author:
- Matthew Sowders