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