public interface IndexReader extends Closeable
IndexAccessor.
Must honor repeatable reads, which means that if a lookup is executed multiple times the same result set
must be returned.| Modifier and Type | Field and Description |
|---|---|
static IndexReader |
EMPTY |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
org.neo4j.kernel.impl.api.PrimitiveLongIterator |
lookup(Object value) |
static final IndexReader EMPTY
org.neo4j.kernel.impl.api.PrimitiveLongIterator lookup(Object value)
void close()
close in interface AutoCloseableclose in interface CloseableCopyright © 2002–2013 The Neo4j Graph Database Project. All rights reserved.