Neo4j Community

Uses of Interface
org.neo4j.unsafe.batchinsert.BatchInserterIndex

Packages that use BatchInserterIndex
org.neo4j.graphdb.index Integrated API for node and relationship indexing. 
org.neo4j.unsafe.batchinsert Tools for high-performance data insertion; make sure to read the instructions before using. 
 

Uses of BatchInserterIndex in org.neo4j.graphdb.index
 

Subinterfaces of BatchInserterIndex in org.neo4j.graphdb.index
 interface BatchInserterIndex
          Deprecated. this interface has been moved to BatchInserterIndex as of version 1.7
 

Uses of BatchInserterIndex in org.neo4j.unsafe.batchinsert
 

Methods in org.neo4j.unsafe.batchinsert that return BatchInserterIndex
 BatchInserterIndex LuceneBatchInserterIndexProvider.nodeIndex(String indexName, Map<String,String> config)
           
 BatchInserterIndex BatchInserterIndexProvider.nodeIndex(String indexName, Map<String,String> config)
          Returns a BatchInserterIndex for Nodes for the name indexName with the given config.
 BatchInserterIndex LuceneBatchInserterIndexProvider.relationshipIndex(String indexName, Map<String,String> 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 © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.