| Package | Description |
|---|---|
| org.neo4j.consistency.checking.full |
| Modifier and Type | Field and Description |
|---|---|
static QueueDistribution |
QueueDistribution.RELATIONSHIPS
Distributes
RelationshipRecord depending on the start/end node ids. |
static QueueDistribution |
QueueDistribution.ROUND_ROBIN
Distributes records round-robin style to all queues.
|
| Constructor and Description |
|---|
ParallelRecordScanner(String name,
Statistics statistics,
int threads,
org.neo4j.helpers.collection.BoundedIterable<RECORD> store,
org.neo4j.helpers.progress.ProgressMonitorFactory.MultiPartBuilder builder,
RecordProcessor<RECORD> processor,
CacheAccess cacheAccess,
QueueDistribution distribution,
IterableStore... warmUpStores) |
SchemaStoreProcessorTask(String name,
Statistics statistics,
int threads,
org.neo4j.kernel.impl.store.RecordStore<R> store,
org.neo4j.kernel.impl.store.StoreAccess storeAccess,
String builderPrefix,
SchemaRecordCheck schemaRecordCheck,
org.neo4j.helpers.progress.ProgressMonitorFactory.MultiPartBuilder builder,
CacheAccess cacheAccess,
StoreProcessor processor,
QueueDistribution distribution) |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.