Neo4j Enterprise

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

Packages that use BatchInserterIndex
org.neo4j.index.lucene.unsafe.batchinsert   
org.neo4j.unsafe.batchinsert Tools for high-performance data insertion; make sure to read the instructions before using. 
 

Uses of BatchInserterIndex in org.neo4j.index.lucene.unsafe.batchinsert
 

Methods in org.neo4j.index.lucene.unsafe.batchinsert that return BatchInserterIndex
 BatchInserterIndex LuceneBatchInserterIndexProvider.nodeIndex(String indexName, Map<String,String> config)
           
 BatchInserterIndex LuceneBatchInserterIndexProvider.relationshipIndex(String indexName, Map<String,String> config)
           
 

Uses of BatchInserterIndex in org.neo4j.unsafe.batchinsert
 

Methods in org.neo4j.unsafe.batchinsert 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 Enterprise

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