public interface QueueDistribution
QueueDistribution. Typically the distribution type is decided higher up
in the call stack and the actual QueueDistribution.QueueDistributor is instantiated when more data is available
deeper down in the call stack.| Modifier and Type | Interface and Description |
|---|---|
static interface |
QueueDistribution.QueueDistributor<RECORD>
Distributes records into
RecordDistributor.RecordConsumer. |
static class |
QueueDistribution.RelationshipNodesQueueDistributor |
static class |
QueueDistribution.RoundRobinQueueDistributor<RECORD> |
| Modifier and Type | Field and Description |
|---|---|
static QueueDistribution |
RELATIONSHIPS
Distributes
RelationshipRecord depending on the start/end node ids. |
static QueueDistribution |
ROUND_ROBIN
Distributes records round-robin style to all queues.
|
| Modifier and Type | Method and Description |
|---|---|
<RECORD> QueueDistribution.QueueDistributor<RECORD> |
distributor(long recordsPerCpu,
int numberOfThreads) |
static final QueueDistribution ROUND_ROBIN
static final QueueDistribution RELATIONSHIPS
RelationshipRecord depending on the start/end node ids.<RECORD> QueueDistribution.QueueDistributor<RECORD> distributor(long recordsPerCpu, int numberOfThreads)
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.