Neo4j Community

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

Packages that use BatchInserter
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 BatchInserter in org.neo4j.index.lucene.unsafe.batchinsert
 

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

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, org.neo4j.kernel.impl.nioneo.store.FileSystemAbstraction fileSystem)
          Get a BatchInserter given a store directory.
static BatchInserter BatchInserters.inserter(String storeDir, org.neo4j.kernel.impl.nioneo.store.FileSystemAbstraction fileSystem, Map<String,String> config)
          Get a BatchInserter given a store directory.
static BatchInserter BatchInserters.inserter(String storeDir, Map<String,String> config)
          Get a BatchInserter given a store directory.
 


Neo4j Community

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