public final class BatchInserters extends Object
BatchInserter
.Constructor and Description |
---|
BatchInserters() |
Modifier and Type | Method and Description |
---|---|
static BatchInserter |
inserter(String storeDir)
Get a
BatchInserter given a store directory. |
static BatchInserter |
inserter(String storeDir,
org.neo4j.io.fs.FileSystemAbstraction fileSystem)
Get a
BatchInserter given a store directory. |
static BatchInserter |
inserter(String storeDir,
org.neo4j.io.fs.FileSystemAbstraction fileSystem,
Map<String,String> config)
Get a
BatchInserter given a store directory. |
static BatchInserter |
inserter(String storeDir,
org.neo4j.io.fs.FileSystemAbstraction fileSystem,
Map<String,String> config,
Iterable<org.neo4j.kernel.extension.KernelExtensionFactory<?>> kernelExtensions) |
static BatchInserter |
inserter(String storeDir,
Map<String,String> config)
Get a
BatchInserter given a store directory. |
public static BatchInserter inserter(String storeDir)
BatchInserter
given a store directory.storeDir
- the store directoryBatchInserter
public static BatchInserter inserter(String storeDir, Map<String,String> config)
BatchInserter
given a store directory.storeDir
- the store directoryconfig
- configuration settings to useBatchInserter
public static BatchInserter inserter(String storeDir, org.neo4j.io.fs.FileSystemAbstraction fileSystem)
BatchInserter
given a store directory.storeDir
- the store directoryfileSystem
- the file system abstraction to useBatchInserter
public static BatchInserter inserter(String storeDir, org.neo4j.io.fs.FileSystemAbstraction fileSystem, Map<String,String> config)
BatchInserter
given a store directory.storeDir
- the store directoryfileSystem
- the file system abstraction to useconfig
- configuration settings to useBatchInserter
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.