Neo4j Enterprise

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

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

Uses of BatchInserter in org.neo4j.unsafe.batchinsert
 

Classes in org.neo4j.unsafe.batchinsert that implement BatchInserter
 class BatchInserterImpl
           
 

Methods in org.neo4j.unsafe.batchinsert that return BatchInserter
static BatchInserter BatchInserters.inserter(String storeDir)
          Get a BatchInserter given a store directory.
static BatchInserter BatchInserters.inserter(String storeDir, Map<String,String> config)
          Get a BatchInserter given a store directory.
 

Constructors in org.neo4j.unsafe.batchinsert with parameters of type BatchInserter
LuceneBatchInserterIndexProvider(BatchInserter inserter)
           
 


Neo4j Enterprise

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