Neo4j Community

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

Packages that use ReadableRelationshipIndex
org.neo4j.graphdb.index Integrated API for node and relationship indexing. 
org.neo4j.tooling.wrap   
 

Uses of ReadableRelationshipIndex in org.neo4j.graphdb.index
 

Subinterfaces of ReadableRelationshipIndex in org.neo4j.graphdb.index
 interface RelationshipIndex
          Extends the ReadableRelationshipIndex and the Index interfaces for completing the set of available types.
 

Methods in org.neo4j.graphdb.index that return ReadableRelationshipIndex
 ReadableRelationshipIndex RelationshipAutoIndexer.getAutoIndex()
           
 

Uses of ReadableRelationshipIndex in org.neo4j.tooling.wrap
 

Classes in org.neo4j.tooling.wrap that implement ReadableRelationshipIndex
static class WrappedIndex.WrappedRelationshipIndex
           
 

Methods in org.neo4j.tooling.wrap with parameters of type ReadableRelationshipIndex
protected  WrappedIndex.WrappedRelationshipIndex WrappedGraphDatabase.automaticRelationshipIndex(ReadableRelationshipIndex index)
           
 


Neo4j Community

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