org.neo4j.kernel.api.index
Interface IndexReader

All Known Implementing Classes:
IndexReader.Empty

public interface IndexReader

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()


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