public class IterableStore<RECORD extends org.neo4j.kernel.impl.store.record.AbstractBaseRecord> extends Object implements org.neo4j.helpers.collection.BoundedIterable<RECORD>
| Constructor and Description |
|---|
IterableStore(org.neo4j.kernel.impl.store.RecordStore<RECORD> store,
boolean forward) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Iterator<RECORD> |
iterator() |
long |
maxCount() |
void |
warmUpCache() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic IterableStore(org.neo4j.kernel.impl.store.RecordStore<RECORD> store, boolean forward)
public long maxCount()
maxCount in interface org.neo4j.helpers.collection.BoundedIterable<RECORD extends org.neo4j.kernel.impl.store.record.AbstractBaseRecord>public void close()
throws IOException
close in interface AutoCloseableIOExceptionpublic void warmUpCache()
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.