Neo4j Community

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

Packages that use IndexManager
org.neo4j.graphdb The graph database API used by Neo4j. 
org.neo4j.kernel Implementation for embedding a Neo4j graph database in an application. 
org.neo4j.tooling.wrap   
 

Uses of IndexManager in org.neo4j.graphdb
 

Methods in org.neo4j.graphdb that return IndexManager
 IndexManager GraphDatabaseService.index()
          Returns the IndexManager paired with this graph database service and is the entry point for managing indexes coupled with this database.
 

Uses of IndexManager in org.neo4j.kernel
 

Methods in org.neo4j.kernel that return IndexManager
 IndexManager EmbeddedGraphDatabase.index()
           
 IndexManager EmbeddedReadOnlyGraphDatabase.index()
           
 

Uses of IndexManager in org.neo4j.tooling.wrap
 

Methods in org.neo4j.tooling.wrap that return IndexManager
 IndexManager WrappedGraphDatabase.index()
           
 


Neo4j Community

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