Neo4j Community

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

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

Uses of ReadableIndex in org.neo4j.graphdb.index
 

Subinterfaces of ReadableIndex 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 ReadableRelationshipIndex
          Extends the ReadableIndex interface with additional get/query methods which are specific to Relationships.
 interface RelationshipIndex
          Extends the ReadableRelationshipIndex and the Index interfaces for completing the set of available types.
 

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


Neo4j Community

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