| Interface | Description |
|---|---|
| MandatoryProperties.Check<RECORD extends org.neo4j.kernel.impl.store.record.PrimitiveRecord,REPORT extends ConsistencyReport.PrimitiveConsistencyReport> | |
| QueueDistribution |
Factory for creating
QueueDistribution. |
| QueueDistribution.QueueDistributor<RECORD> |
Distributes records into
RecordDistributor.RecordConsumer. |
| RecordProcessor<RECORD> | |
| Stage |
Represents a
Stage in the consistency check. |
| Class | Description |
|---|---|
| CheckConsistencyConfig | |
| CloningRecordIterable<R extends org.neo4j.kernel.impl.store.record.AbstractBaseRecord> | |
| CloningRecordIterator<R extends org.neo4j.kernel.impl.store.record.AbstractBaseRecord> | |
| ConsistencyCheckerTask | |
| ConsistencyCheckTasks | |
| FullCheck | |
| IdAssigningThreadLocal<T> |
A
ThreadLocal which additionally assigns a zero-based id to each thread-local value created in
IdAssigningThreadLocal.initialValue(int). |
| IndexCheck | |
| IterableStore<RECORD extends org.neo4j.kernel.impl.store.record.AbstractBaseRecord> | |
| MandatoryProperties | |
| NodeInUseWithCorrectLabelsCheck<RECORD extends org.neo4j.kernel.impl.store.record.AbstractBaseRecord,REPORT extends ConsistencyReport.NodeInUseWithCorrectLabelsReport> | |
| NodeLabelReader | |
| ParallelRecordScanner<RECORD> | |
| PropertyAndNode2LabelIndexProcessor |
Processor of node records with the context of how they're indexed.
|
| PropertyAndNodeIndexedCheck |
Checks nodes and how they're indexed in one go.
|
| PropertyReader | |
| QueueDistribution.RelationshipNodesQueueDistributor | |
| QueueDistribution.RoundRobinQueueDistributor<RECORD> | |
| RecordCheckWorker<RECORD> |
Base class for workers that processes records during consistency check.
|
| RecordDistributor |
Takes a stream of RECORDs and distributes them, via
BlockingQueue onto multiple workers. |
| RecordProcessor.Adapter<RECORD> | |
| SchemaStoreProcessorTask<R extends org.neo4j.kernel.impl.store.record.AbstractBaseRecord> | |
| SequentialRecordScanner<RECORD> | |
| Stage.Adapter | |
| StoreProcessor |
Full check works by spawning StoreProcessorTasks that call StoreProcessor.
|
| StoreProcessorTask<R extends org.neo4j.kernel.impl.store.record.AbstractBaseRecord> | |
| TaskExecutor |
| Enum | Description |
|---|---|
| CheckStage |
The different stages a consistency check goes through.
|
| MultiPassStore |
| Exception | Description |
|---|---|
| ConsistencyCheckIncompleteException |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.