Neo4j Enterprise

org.neo4j.kernel.api.index
Interface IndexReader

All Superinterfaces:
Closeable
All Known Implementing Classes:
IndexReader.Empty

public interface IndexReader
extends Closeable

Reader for an IndexAccessor. Must honor repeatable reads, which means that if a lookup is executed multiple times the same result set must be returned.


Nested Class Summary
static class IndexReader.Empty
           
 
Method Summary
 void close()
           
 Iterator<Long> lookup(Object value)
           
 

Method Detail

lookup

Iterator<Long> lookup(Object value)

close

void close()
Specified by:
close in interface Closeable

Neo4j Enterprise

Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.