|
Neo4j Community | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 Community | |||||||||
PREV NEXT | FRAMES NO FRAMES |