public class RecordDistributor extends Object
BlockingQueue onto multiple workers.| Constructor and Description |
|---|
RecordDistributor() |
| Modifier and Type | Method and Description |
|---|---|
static <RECORD> void |
distributeRecords(int numberOfThreads,
String workerNames,
int queueSize,
Iterable<RECORD> records,
org.neo4j.helpers.progress.ProgressListener progress,
RecordProcessor<RECORD> processor) |
public static <RECORD> void distributeRecords(int numberOfThreads,
String workerNames,
int queueSize,
Iterable<RECORD> records,
org.neo4j.helpers.progress.ProgressListener progress,
RecordProcessor<RECORD> processor)
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.