Neo4j Community

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

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

Uses of BatchInserterIndex in org.neo4j.graphdb.index
 

Methods in org.neo4j.graphdb.index that return BatchInserterIndex
 BatchInserterIndex BatchInserterIndexProvider.nodeIndex(String indexName, Map<String,String> config)
          Returns a BatchInserterIndex for Nodes for the name indexName with the given config.
 BatchInserterIndex BatchInserterIndexProvider.relationshipIndex(String indexName, Map<String,String> config)
          Returns a BatchInserterIndex for Relationships for the name indexName with the given config.
 


Neo4j Community

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