| Package | Description |
|---|---|
| org.neo4j.consistency.checking | |
| org.neo4j.consistency.checking.full | |
| org.neo4j.consistency.report |
| Modifier and Type | Class and Description |
|---|---|
class |
ChainCheck<RECORD extends org.neo4j.kernel.impl.store.record.PrimitiveRecord,REPORT extends ConsistencyReport.PrimitiveConsistencyReport> |
class |
DynamicRecordCheck |
class |
LabelChainWalker<RECORD extends org.neo4j.kernel.impl.store.record.AbstractBaseRecord,REPORT extends ConsistencyReport> |
class |
LabelTokenRecordCheck |
class |
NodeDynamicLabelOrphanChainStartCheck
Used by
FullCheck to verify orphanage for node dynamic label records. |
class |
OwnerChain |
class |
PropertyChain<RECORD extends org.neo4j.kernel.impl.store.record.PrimitiveRecord,REPORT extends ConsistencyReport.PrimitiveConsistencyReport> |
class |
PropertyKeyTokenRecordCheck |
static class |
PropertyRecordCheck.PropertyField |
class |
RelationshipTypeTokenRecordCheck |
| Modifier and Type | Method and Description |
|---|---|
ComparativeRecordChecker<RECORD,org.neo4j.kernel.impl.store.record.PrimitiveRecord,REPORT> |
PrimitiveRecordCheck.ownerCheck() |
ComparativeRecordChecker<RECORD,org.neo4j.kernel.impl.store.record.PrimitiveRecord,REPORT> |
OwningRecordCheck.ownerCheck() |
| Modifier and Type | Method and Description |
|---|---|
<REFERRED extends org.neo4j.kernel.impl.store.record.AbstractBaseRecord> |
CheckerEngine.comparativeCheck(RecordReference<REFERRED> other,
ComparativeRecordChecker<RECORD,? super REFERRED,REPORT> checker) |
| Modifier and Type | Class and Description |
|---|---|
class |
NodeInUseWithCorrectLabelsCheck<RECORD extends org.neo4j.kernel.impl.store.record.AbstractBaseRecord,REPORT extends ConsistencyReport.NodeInUseWithCorrectLabelsReport> |
| Modifier and Type | Method and Description |
|---|---|
<REFERRED extends org.neo4j.kernel.impl.store.record.AbstractBaseRecord> |
ConsistencyReporter.ReportInvocationHandler.comparativeCheck(RecordReference<REFERRED> reference,
ComparativeRecordChecker<RECORD,? super REFERRED,REPORT> checker) |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.