public static class QueueDistribution.RoundRobinQueueDistributor<RECORD> extends Object implements QueueDistribution.QueueDistributor<RECORD>
| Constructor and Description |
|---|
RoundRobinQueueDistributor(int numberOfThreads) |
| Modifier and Type | Method and Description |
|---|---|
void |
distribute(RECORD record,
org.neo4j.consistency.checking.full.RecordDistributor.RecordConsumer<RECORD> consumer) |
public RoundRobinQueueDistributor(int numberOfThreads)
public void distribute(RECORD record, org.neo4j.consistency.checking.full.RecordDistributor.RecordConsumer<RECORD> consumer) throws InterruptedException
distribute in interface QueueDistribution.QueueDistributor<RECORD>InterruptedExceptionCopyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.