Neo4j Enterprise

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

Packages that use RelationshipIndex
org.neo4j.graphdb.index Integrated API for node and relationship indexing. 
org.neo4j.kernel Implementation for embedding a Neo4j graph database in an application. 
org.neo4j.tooling.wrap   
 

Uses of RelationshipIndex in org.neo4j.graphdb.index
 

Methods in org.neo4j.graphdb.index that return RelationshipIndex
 RelationshipIndex IndexManager.forRelationships(String indexName)
          Returns an Index for Relationships with the name indexName.
 RelationshipIndex IndexManager.forRelationships(String indexName, Map<String,String> customConfiguration)
          Returns an Index for Relationships with the name indexName.
abstract  RelationshipIndex IndexImplementation.relationshipIndex(String indexName, Map<String,String> config)
          Returns an Index for Relationships for the name indexName with the given config.
 

Uses of RelationshipIndex in org.neo4j.kernel
 

Methods in org.neo4j.kernel with parameters of type RelationshipIndex
protected  WrappedIndex.WrappedRelationshipIndex HighlyAvailableGraphDatabase.relationshipIndex(RelationshipIndex index, String indexName)
           
 

Uses of RelationshipIndex in org.neo4j.tooling.wrap
 

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

Methods in org.neo4j.tooling.wrap with parameters of type RelationshipIndex
protected  WrappedIndex.WrappedRelationshipIndex WrappedGraphDatabase.relationshipIndex(RelationshipIndex index, String indexName)
           
 


Neo4j Enterprise

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