Neo4j Enterprise

Uses of Interface
org.neo4j.graphdb.index.ReadOnlyIndex

Packages that use ReadOnlyIndex
org.neo4j.graphdb.index Integrated API for node and relationship indexing. 
 

Uses of ReadOnlyIndex in org.neo4j.graphdb.index
 

Subinterfaces of ReadOnlyIndex in org.neo4j.graphdb.index
 interface Index<T extends PropertyContainer>
          An index to associate key/value pairs with entities (Nodes or Relationships) for fast lookup and querying.
 interface RelationshipIndex
          Extends the Index interface with additional get/query methods which are specific to Relationships.
 

Methods in org.neo4j.graphdb.index that return ReadOnlyIndex
 ReadOnlyIndex<T> AutoIndexer.getAutoIndex()
          Returns the auto index used by the auto indexer.
 


Neo4j Enterprise

Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.