| Package | Description |
|---|---|
| org.neo4j.consistency.checking.full |
| Modifier and Type | Class and Description |
|---|---|
static class |
QueueDistribution.RelationshipNodesQueueDistributor |
static class |
QueueDistribution.RoundRobinQueueDistributor<RECORD> |
| Modifier and Type | Method and Description |
|---|---|
<RECORD> QueueDistribution.QueueDistributor<RECORD> |
QueueDistribution.distributor(long recordsPerCpu,
int numberOfThreads) |
| Modifier and Type | Method and Description |
|---|---|
<R extends org.neo4j.kernel.impl.store.record.AbstractBaseRecord> |
StoreProcessor.applyFilteredParallel(org.neo4j.kernel.impl.store.RecordStore<R> store,
org.neo4j.helpers.progress.ProgressListener progressListener,
int numberOfThreads,
long recordsPerCpu,
QueueDistribution.QueueDistributor<R> distributor) |
static <RECORD> void |
RecordDistributor.distributeRecords(int numberOfThreads,
String workerNames,
int queueSize,
Iterator<RECORD> records,
org.neo4j.helpers.progress.ProgressListener progress,
RecordProcessor<RECORD> processor,
QueueDistribution.QueueDistributor<RECORD> idDistributor) |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.