| Modifier and Type | Interface and Description |
|---|---|
interface |
OwningRecordCheck<RECORD extends org.neo4j.kernel.impl.store.record.AbstractBaseRecord,REPORT extends ConsistencyReport> |
| Modifier and Type | Class and Description |
|---|---|
class |
DynamicRecordCheck |
class |
LabelTokenRecordCheck |
class |
NodeDynamicLabelOrphanChainStartCheck
Used by
FullCheck to verify orphanage for node dynamic label records. |
class |
NodeRecordCheck |
class |
PrimitiveRecordCheck<RECORD extends org.neo4j.kernel.impl.store.record.PrimitiveRecord,REPORT extends ConsistencyReport.PrimitiveConsistencyReport> |
class |
PropertyKeyTokenRecordCheck |
class |
PropertyRecordCheck |
class |
RelationshipGroupRecordCheck |
class |
RelationshipRecordCheck |
class |
RelationshipTypeTokenRecordCheck |
class |
SchemaRecordCheck
Note that this class builds up an in-memory representation of the complete schema store by being used in
multiple phases.
|
| Modifier and Type | Method and Description |
|---|---|
RecordCheck<org.neo4j.kernel.impl.store.record.NodeRecord,ConsistencyReport.LabelsMatchReport> |
CheckDecorator.decorateLabelMatchChecker(RecordCheck<org.neo4j.kernel.impl.store.record.NodeRecord,ConsistencyReport.LabelsMatchReport> checker) |
RecordCheck<org.neo4j.kernel.impl.store.record.NodeRecord,ConsistencyReport.LabelsMatchReport> |
CheckDecorator.Adapter.decorateLabelMatchChecker(RecordCheck<org.neo4j.kernel.impl.store.record.NodeRecord,ConsistencyReport.LabelsMatchReport> checker) |
RecordCheck<org.neo4j.kernel.impl.store.record.NodeRecord,ConsistencyReport.LabelsMatchReport> |
CheckDecorator.ChainCheckDecorator.decorateLabelMatchChecker(RecordCheck<org.neo4j.kernel.impl.store.record.NodeRecord,ConsistencyReport.LabelsMatchReport> checker) |
RecordCheck<org.neo4j.kernel.impl.store.record.LabelTokenRecord,ConsistencyReport.LabelTokenConsistencyReport> |
CheckDecorator.decorateLabelTokenChecker(RecordCheck<org.neo4j.kernel.impl.store.record.LabelTokenRecord,ConsistencyReport.LabelTokenConsistencyReport> checker) |
RecordCheck<org.neo4j.kernel.impl.store.record.LabelTokenRecord,ConsistencyReport.LabelTokenConsistencyReport> |
CheckDecorator.Adapter.decorateLabelTokenChecker(RecordCheck<org.neo4j.kernel.impl.store.record.LabelTokenRecord,ConsistencyReport.LabelTokenConsistencyReport> checker) |
RecordCheck<org.neo4j.kernel.impl.store.record.LabelTokenRecord,ConsistencyReport.LabelTokenConsistencyReport> |
CheckDecorator.ChainCheckDecorator.decorateLabelTokenChecker(RecordCheck<org.neo4j.kernel.impl.store.record.LabelTokenRecord,ConsistencyReport.LabelTokenConsistencyReport> checker) |
RecordCheck<org.neo4j.kernel.impl.store.record.PropertyRecord,ConsistencyReport.PropertyConsistencyReport> |
CheckDecorator.decoratePropertyChecker(RecordCheck<org.neo4j.kernel.impl.store.record.PropertyRecord,ConsistencyReport.PropertyConsistencyReport> checker) |
RecordCheck<org.neo4j.kernel.impl.store.record.PropertyRecord,ConsistencyReport.PropertyConsistencyReport> |
CheckDecorator.Adapter.decoratePropertyChecker(RecordCheck<org.neo4j.kernel.impl.store.record.PropertyRecord,ConsistencyReport.PropertyConsistencyReport> checker) |
RecordCheck<org.neo4j.kernel.impl.store.record.PropertyRecord,ConsistencyReport.PropertyConsistencyReport> |
CheckDecorator.ChainCheckDecorator.decoratePropertyChecker(RecordCheck<org.neo4j.kernel.impl.store.record.PropertyRecord,ConsistencyReport.PropertyConsistencyReport> checker) |
RecordCheck<org.neo4j.kernel.impl.store.record.PropertyKeyTokenRecord,ConsistencyReport.PropertyKeyTokenConsistencyReport> |
CheckDecorator.decoratePropertyKeyTokenChecker(RecordCheck<org.neo4j.kernel.impl.store.record.PropertyKeyTokenRecord,ConsistencyReport.PropertyKeyTokenConsistencyReport> checker) |
RecordCheck<org.neo4j.kernel.impl.store.record.PropertyKeyTokenRecord,ConsistencyReport.PropertyKeyTokenConsistencyReport> |
CheckDecorator.Adapter.decoratePropertyKeyTokenChecker(RecordCheck<org.neo4j.kernel.impl.store.record.PropertyKeyTokenRecord,ConsistencyReport.PropertyKeyTokenConsistencyReport> checker) |
RecordCheck<org.neo4j.kernel.impl.store.record.PropertyKeyTokenRecord,ConsistencyReport.PropertyKeyTokenConsistencyReport> |
CheckDecorator.ChainCheckDecorator.decoratePropertyKeyTokenChecker(RecordCheck<org.neo4j.kernel.impl.store.record.PropertyKeyTokenRecord,ConsistencyReport.PropertyKeyTokenConsistencyReport> checker) |
RecordCheck<org.neo4j.kernel.impl.store.record.RelationshipGroupRecord,ConsistencyReport.RelationshipGroupConsistencyReport> |
CheckDecorator.decorateRelationshipGroupChecker(RecordCheck<org.neo4j.kernel.impl.store.record.RelationshipGroupRecord,ConsistencyReport.RelationshipGroupConsistencyReport> checker) |
RecordCheck<org.neo4j.kernel.impl.store.record.RelationshipGroupRecord,ConsistencyReport.RelationshipGroupConsistencyReport> |
CheckDecorator.Adapter.decorateRelationshipGroupChecker(RecordCheck<org.neo4j.kernel.impl.store.record.RelationshipGroupRecord,ConsistencyReport.RelationshipGroupConsistencyReport> checker) |
RecordCheck<org.neo4j.kernel.impl.store.record.RelationshipGroupRecord,ConsistencyReport.RelationshipGroupConsistencyReport> |
CheckDecorator.ChainCheckDecorator.decorateRelationshipGroupChecker(RecordCheck<org.neo4j.kernel.impl.store.record.RelationshipGroupRecord,ConsistencyReport.RelationshipGroupConsistencyReport> checker) |
RecordCheck<org.neo4j.kernel.impl.store.record.RelationshipTypeTokenRecord,ConsistencyReport.RelationshipTypeConsistencyReport> |
CheckDecorator.decorateRelationshipTypeTokenChecker(RecordCheck<org.neo4j.kernel.impl.store.record.RelationshipTypeTokenRecord,ConsistencyReport.RelationshipTypeConsistencyReport> checker) |
RecordCheck<org.neo4j.kernel.impl.store.record.RelationshipTypeTokenRecord,ConsistencyReport.RelationshipTypeConsistencyReport> |
CheckDecorator.Adapter.decorateRelationshipTypeTokenChecker(RecordCheck<org.neo4j.kernel.impl.store.record.RelationshipTypeTokenRecord,ConsistencyReport.RelationshipTypeConsistencyReport> checker) |
RecordCheck<org.neo4j.kernel.impl.store.record.RelationshipTypeTokenRecord,ConsistencyReport.RelationshipTypeConsistencyReport> |
CheckDecorator.ChainCheckDecorator.decorateRelationshipTypeTokenChecker(RecordCheck<org.neo4j.kernel.impl.store.record.RelationshipTypeTokenRecord,ConsistencyReport.RelationshipTypeConsistencyReport> checker) |
| Modifier and Type | Method and Description |
|---|---|
RecordCheck<org.neo4j.kernel.impl.store.record.NodeRecord,ConsistencyReport.LabelsMatchReport> |
CheckDecorator.decorateLabelMatchChecker(RecordCheck<org.neo4j.kernel.impl.store.record.NodeRecord,ConsistencyReport.LabelsMatchReport> checker) |
RecordCheck<org.neo4j.kernel.impl.store.record.NodeRecord,ConsistencyReport.LabelsMatchReport> |
CheckDecorator.Adapter.decorateLabelMatchChecker(RecordCheck<org.neo4j.kernel.impl.store.record.NodeRecord,ConsistencyReport.LabelsMatchReport> checker) |
RecordCheck<org.neo4j.kernel.impl.store.record.NodeRecord,ConsistencyReport.LabelsMatchReport> |
CheckDecorator.ChainCheckDecorator.decorateLabelMatchChecker(RecordCheck<org.neo4j.kernel.impl.store.record.NodeRecord,ConsistencyReport.LabelsMatchReport> checker) |
RecordCheck<org.neo4j.kernel.impl.store.record.LabelTokenRecord,ConsistencyReport.LabelTokenConsistencyReport> |
CheckDecorator.decorateLabelTokenChecker(RecordCheck<org.neo4j.kernel.impl.store.record.LabelTokenRecord,ConsistencyReport.LabelTokenConsistencyReport> checker) |
RecordCheck<org.neo4j.kernel.impl.store.record.LabelTokenRecord,ConsistencyReport.LabelTokenConsistencyReport> |
CheckDecorator.Adapter.decorateLabelTokenChecker(RecordCheck<org.neo4j.kernel.impl.store.record.LabelTokenRecord,ConsistencyReport.LabelTokenConsistencyReport> checker) |
RecordCheck<org.neo4j.kernel.impl.store.record.LabelTokenRecord,ConsistencyReport.LabelTokenConsistencyReport> |
CheckDecorator.ChainCheckDecorator.decorateLabelTokenChecker(RecordCheck<org.neo4j.kernel.impl.store.record.LabelTokenRecord,ConsistencyReport.LabelTokenConsistencyReport> checker) |
RecordCheck<org.neo4j.kernel.impl.store.record.PropertyRecord,ConsistencyReport.PropertyConsistencyReport> |
CheckDecorator.decoratePropertyChecker(RecordCheck<org.neo4j.kernel.impl.store.record.PropertyRecord,ConsistencyReport.PropertyConsistencyReport> checker) |
RecordCheck<org.neo4j.kernel.impl.store.record.PropertyRecord,ConsistencyReport.PropertyConsistencyReport> |
CheckDecorator.Adapter.decoratePropertyChecker(RecordCheck<org.neo4j.kernel.impl.store.record.PropertyRecord,ConsistencyReport.PropertyConsistencyReport> checker) |
RecordCheck<org.neo4j.kernel.impl.store.record.PropertyRecord,ConsistencyReport.PropertyConsistencyReport> |
CheckDecorator.ChainCheckDecorator.decoratePropertyChecker(RecordCheck<org.neo4j.kernel.impl.store.record.PropertyRecord,ConsistencyReport.PropertyConsistencyReport> checker) |
RecordCheck<org.neo4j.kernel.impl.store.record.PropertyKeyTokenRecord,ConsistencyReport.PropertyKeyTokenConsistencyReport> |
CheckDecorator.decoratePropertyKeyTokenChecker(RecordCheck<org.neo4j.kernel.impl.store.record.PropertyKeyTokenRecord,ConsistencyReport.PropertyKeyTokenConsistencyReport> checker) |
RecordCheck<org.neo4j.kernel.impl.store.record.PropertyKeyTokenRecord,ConsistencyReport.PropertyKeyTokenConsistencyReport> |
CheckDecorator.Adapter.decoratePropertyKeyTokenChecker(RecordCheck<org.neo4j.kernel.impl.store.record.PropertyKeyTokenRecord,ConsistencyReport.PropertyKeyTokenConsistencyReport> checker) |
RecordCheck<org.neo4j.kernel.impl.store.record.PropertyKeyTokenRecord,ConsistencyReport.PropertyKeyTokenConsistencyReport> |
CheckDecorator.ChainCheckDecorator.decoratePropertyKeyTokenChecker(RecordCheck<org.neo4j.kernel.impl.store.record.PropertyKeyTokenRecord,ConsistencyReport.PropertyKeyTokenConsistencyReport> checker) |
RecordCheck<org.neo4j.kernel.impl.store.record.RelationshipGroupRecord,ConsistencyReport.RelationshipGroupConsistencyReport> |
CheckDecorator.decorateRelationshipGroupChecker(RecordCheck<org.neo4j.kernel.impl.store.record.RelationshipGroupRecord,ConsistencyReport.RelationshipGroupConsistencyReport> checker) |
RecordCheck<org.neo4j.kernel.impl.store.record.RelationshipGroupRecord,ConsistencyReport.RelationshipGroupConsistencyReport> |
CheckDecorator.Adapter.decorateRelationshipGroupChecker(RecordCheck<org.neo4j.kernel.impl.store.record.RelationshipGroupRecord,ConsistencyReport.RelationshipGroupConsistencyReport> checker) |
RecordCheck<org.neo4j.kernel.impl.store.record.RelationshipGroupRecord,ConsistencyReport.RelationshipGroupConsistencyReport> |
CheckDecorator.ChainCheckDecorator.decorateRelationshipGroupChecker(RecordCheck<org.neo4j.kernel.impl.store.record.RelationshipGroupRecord,ConsistencyReport.RelationshipGroupConsistencyReport> checker) |
RecordCheck<org.neo4j.kernel.impl.store.record.RelationshipTypeTokenRecord,ConsistencyReport.RelationshipTypeConsistencyReport> |
CheckDecorator.decorateRelationshipTypeTokenChecker(RecordCheck<org.neo4j.kernel.impl.store.record.RelationshipTypeTokenRecord,ConsistencyReport.RelationshipTypeConsistencyReport> checker) |
RecordCheck<org.neo4j.kernel.impl.store.record.RelationshipTypeTokenRecord,ConsistencyReport.RelationshipTypeConsistencyReport> |
CheckDecorator.Adapter.decorateRelationshipTypeTokenChecker(RecordCheck<org.neo4j.kernel.impl.store.record.RelationshipTypeTokenRecord,ConsistencyReport.RelationshipTypeConsistencyReport> checker) |
RecordCheck<org.neo4j.kernel.impl.store.record.RelationshipTypeTokenRecord,ConsistencyReport.RelationshipTypeConsistencyReport> |
CheckDecorator.ChainCheckDecorator.decorateRelationshipTypeTokenChecker(RecordCheck<org.neo4j.kernel.impl.store.record.RelationshipTypeTokenRecord,ConsistencyReport.RelationshipTypeConsistencyReport> checker) |
| Modifier and Type | Class and Description |
|---|---|
class |
IndexCheck |
class |
LabelsMatchCheck |
class |
NodeCorrectlyIndexedCheck |
class |
PropertyAndNodeIndexedCheck
Checks nodes and how they're indexed in one go.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LabelScanCheck |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsistencyReporter.forCounts(CountsEntry countsEntry,
RecordCheck<CountsEntry,ConsistencyReport.CountsConsistencyReport> checker) |
void |
ConsistencyReport.Reporter.forCounts(CountsEntry countsEntry,
RecordCheck<CountsEntry,ConsistencyReport.CountsConsistencyReport> checker) |
void |
ConsistencyReporter.forDynamicBlock(RecordType type,
org.neo4j.kernel.impl.store.record.DynamicRecord record,
RecordCheck<org.neo4j.kernel.impl.store.record.DynamicRecord,ConsistencyReport.DynamicConsistencyReport> checker) |
void |
ConsistencyReport.Reporter.forDynamicBlock(RecordType type,
org.neo4j.kernel.impl.store.record.DynamicRecord record,
RecordCheck<org.neo4j.kernel.impl.store.record.DynamicRecord,ConsistencyReport.DynamicConsistencyReport> checker) |
void |
ConsistencyReporter.forDynamicLabelBlock(RecordType type,
org.neo4j.kernel.impl.store.record.DynamicRecord record,
RecordCheck<org.neo4j.kernel.impl.store.record.DynamicRecord,ConsistencyReport.DynamicLabelConsistencyReport> checker) |
void |
ConsistencyReport.Reporter.forDynamicLabelBlock(RecordType type,
org.neo4j.kernel.impl.store.record.DynamicRecord record,
RecordCheck<org.neo4j.kernel.impl.store.record.DynamicRecord,ConsistencyReport.DynamicLabelConsistencyReport> checker) |
void |
ConsistencyReporter.forIndexEntry(IndexEntry entry,
RecordCheck<IndexEntry,ConsistencyReport.IndexConsistencyReport> checker) |
void |
ConsistencyReport.Reporter.forIndexEntry(IndexEntry entry,
RecordCheck<IndexEntry,ConsistencyReport.IndexConsistencyReport> checker) |
void |
ConsistencyReporter.forLabelName(org.neo4j.kernel.impl.store.record.LabelTokenRecord label,
RecordCheck<org.neo4j.kernel.impl.store.record.LabelTokenRecord,ConsistencyReport.LabelTokenConsistencyReport> checker) |
void |
ConsistencyReport.Reporter.forLabelName(org.neo4j.kernel.impl.store.record.LabelTokenRecord label,
RecordCheck<org.neo4j.kernel.impl.store.record.LabelTokenRecord,ConsistencyReport.LabelTokenConsistencyReport> checker) |
void |
ConsistencyReporter.forNode(org.neo4j.kernel.impl.store.record.NodeRecord node,
RecordCheck<org.neo4j.kernel.impl.store.record.NodeRecord,ConsistencyReport.NodeConsistencyReport> checker) |
void |
ConsistencyReport.Reporter.forNode(org.neo4j.kernel.impl.store.record.NodeRecord node,
RecordCheck<org.neo4j.kernel.impl.store.record.NodeRecord,ConsistencyReport.NodeConsistencyReport> checker) |
void |
ConsistencyReporter.forNodeLabelMatch(org.neo4j.kernel.impl.store.record.NodeRecord nodeRecord,
RecordCheck<org.neo4j.kernel.impl.store.record.NodeRecord,ConsistencyReport.LabelsMatchReport> nodeLabelCheck) |
void |
ConsistencyReport.Reporter.forNodeLabelMatch(org.neo4j.kernel.impl.store.record.NodeRecord nodeRecord,
RecordCheck<org.neo4j.kernel.impl.store.record.NodeRecord,ConsistencyReport.LabelsMatchReport> nodeLabelCheck) |
void |
ConsistencyReporter.forNodeLabelScan(LabelScanDocument document,
RecordCheck<LabelScanDocument,ConsistencyReport.LabelScanConsistencyReport> checker) |
void |
ConsistencyReport.Reporter.forNodeLabelScan(LabelScanDocument document,
RecordCheck<LabelScanDocument,ConsistencyReport.LabelScanConsistencyReport> checker) |
void |
ConsistencyReporter.forProperty(org.neo4j.kernel.impl.store.record.PropertyRecord property,
RecordCheck<org.neo4j.kernel.impl.store.record.PropertyRecord,ConsistencyReport.PropertyConsistencyReport> checker) |
void |
ConsistencyReport.Reporter.forProperty(org.neo4j.kernel.impl.store.record.PropertyRecord property,
RecordCheck<org.neo4j.kernel.impl.store.record.PropertyRecord,ConsistencyReport.PropertyConsistencyReport> checker) |
void |
ConsistencyReporter.forPropertyKey(org.neo4j.kernel.impl.store.record.PropertyKeyTokenRecord key,
RecordCheck<org.neo4j.kernel.impl.store.record.PropertyKeyTokenRecord,ConsistencyReport.PropertyKeyTokenConsistencyReport> checker) |
void |
ConsistencyReport.Reporter.forPropertyKey(org.neo4j.kernel.impl.store.record.PropertyKeyTokenRecord key,
RecordCheck<org.neo4j.kernel.impl.store.record.PropertyKeyTokenRecord,ConsistencyReport.PropertyKeyTokenConsistencyReport> checker) |
void |
ConsistencyReporter.forRelationship(org.neo4j.kernel.impl.store.record.RelationshipRecord relationship,
RecordCheck<org.neo4j.kernel.impl.store.record.RelationshipRecord,ConsistencyReport.RelationshipConsistencyReport> checker) |
void |
ConsistencyReport.Reporter.forRelationship(org.neo4j.kernel.impl.store.record.RelationshipRecord relationship,
RecordCheck<org.neo4j.kernel.impl.store.record.RelationshipRecord,ConsistencyReport.RelationshipConsistencyReport> checker) |
void |
ConsistencyReporter.forRelationshipGroup(org.neo4j.kernel.impl.store.record.RelationshipGroupRecord record,
RecordCheck<org.neo4j.kernel.impl.store.record.RelationshipGroupRecord,ConsistencyReport.RelationshipGroupConsistencyReport> checker) |
void |
ConsistencyReport.Reporter.forRelationshipGroup(org.neo4j.kernel.impl.store.record.RelationshipGroupRecord record,
RecordCheck<org.neo4j.kernel.impl.store.record.RelationshipGroupRecord,ConsistencyReport.RelationshipGroupConsistencyReport> checker) |
void |
ConsistencyReporter.forRelationshipTypeName(org.neo4j.kernel.impl.store.record.RelationshipTypeTokenRecord relationshipTypeTokenRecord,
RecordCheck<org.neo4j.kernel.impl.store.record.RelationshipTypeTokenRecord,ConsistencyReport.RelationshipTypeConsistencyReport> checker) |
void |
ConsistencyReport.Reporter.forRelationshipTypeName(org.neo4j.kernel.impl.store.record.RelationshipTypeTokenRecord relationshipType,
RecordCheck<org.neo4j.kernel.impl.store.record.RelationshipTypeTokenRecord,ConsistencyReport.RelationshipTypeConsistencyReport> checker) |
void |
ConsistencyReporter.forSchema(org.neo4j.kernel.impl.store.record.DynamicRecord schema,
RecordCheck<org.neo4j.kernel.impl.store.record.DynamicRecord,ConsistencyReport.SchemaConsistencyReport> checker) |
void |
ConsistencyReport.Reporter.forSchema(org.neo4j.kernel.impl.store.record.DynamicRecord schema,
RecordCheck<org.neo4j.kernel.impl.store.record.DynamicRecord,ConsistencyReport.SchemaConsistencyReport> checker) |
| Modifier and Type | Class and Description |
|---|---|
static class |
CountsEntry.CheckAdapter |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.