public class WrappedBatchImporterConfigurationForNeo4jAdmin extends Object implements org.neo4j.unsafe.impl.batchimport.Configuration
Configuration with overridden defaults for neo4j-admin import
Use all available processors| Constructor and Description |
|---|
WrappedBatchImporterConfigurationForNeo4jAdmin(org.neo4j.unsafe.impl.batchimport.Configuration defaults) |
| Modifier and Type | Method and Description |
|---|---|
int |
batchSize() |
int |
denseNodeThreshold() |
long |
maxMemoryUsage() |
int |
maxNumberOfProcessors() |
int |
movingAverageSize() |
long |
pageCacheMemory() |
boolean |
sequentialBackgroundFlushing() |
public WrappedBatchImporterConfigurationForNeo4jAdmin(org.neo4j.unsafe.impl.batchimport.Configuration defaults)
public int batchSize()
batchSize in interface org.neo4j.unsafe.impl.batchimport.Configurationpublic int movingAverageSize()
movingAverageSize in interface org.neo4j.unsafe.impl.batchimport.Configurationpublic int maxNumberOfProcessors()
maxNumberOfProcessors in interface org.neo4j.unsafe.impl.batchimport.Configurationpublic int denseNodeThreshold()
denseNodeThreshold in interface org.neo4j.unsafe.impl.batchimport.Configurationpublic long pageCacheMemory()
pageCacheMemory in interface org.neo4j.unsafe.impl.batchimport.Configurationpublic long maxMemoryUsage()
maxMemoryUsage in interface org.neo4j.unsafe.impl.batchimport.Configurationpublic boolean sequentialBackgroundFlushing()
sequentialBackgroundFlushing in interface org.neo4j.unsafe.impl.batchimport.ConfigurationCopyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.