| Package | Description |
|---|---|
| org.neo4j.consistency.checking.full | |
| org.neo4j.consistency.checking.index | |
| org.neo4j.consistency.checking.labelscan |
| Modifier and Type | Class and Description |
|---|---|
class |
NodeToLabelScanRecordProcessor |
class |
PropertyAndNode2LabelIndexProcessor
Processor of node records with the context of how they're indexed.
|
static class |
RecordProcessor.Adapter<RECORD> |
| Modifier and Type | Method and Description |
|---|---|
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) |
| 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) |
RecordCheckWorker(int id,
AtomicInteger idQueue,
BlockingQueue<RECORD> recordsQ,
RecordProcessor<RECORD> processor) |
SequentialRecordScanner(String name,
Statistics statistics,
int threads,
org.neo4j.helpers.collection.BoundedIterable<RECORD> store,
org.neo4j.helpers.progress.ProgressMonitorFactory.MultiPartBuilder builder,
RecordProcessor<RECORD> processor,
IterableStore... warmUpStores) |
| Modifier and Type | Class and Description |
|---|---|
class |
IndexEntryProcessor |
| Modifier and Type | Class and Description |
|---|---|
class |
LabelScanDocumentProcessor |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.