Package | Description |
---|---|
org.neo4j.unsafe.batchinsert |
Tools for high-performance data insertion; make sure to read the instructions before using.
|
org.neo4j.unsafe.batchinsert.internal |
Modifier and Type | Method and Description |
---|---|
static BatchInserter |
BatchInserters.inserter(File storeDir)
Get a
BatchInserter given a store directory. |
static BatchInserter |
BatchInserters.inserter(File storeDir,
org.neo4j.io.fs.FileSystemAbstraction fs) |
static BatchInserter |
BatchInserters.inserter(File storeDir,
org.neo4j.io.fs.FileSystemAbstraction fs,
Map<String,String> config) |
static BatchInserter |
BatchInserters.inserter(File storeDir,
org.neo4j.io.fs.FileSystemAbstraction fileSystem,
Map<String,String> config,
Iterable<org.neo4j.kernel.extension.KernelExtensionFactory<?>> kernelExtensions) |
static BatchInserter |
BatchInserters.inserter(File storeDir,
Map<String,String> config)
Get a
BatchInserter given a store directory. |
static BatchInserter |
BatchInserters.inserter(File storeDir,
Map<String,String> config,
Iterable<org.neo4j.kernel.extension.KernelExtensionFactory<?>> kernelExtensions) |
Modifier and Type | Class and Description |
---|---|
class |
BatchInserterImpl |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.