public static interface ConsistencyReport.DynamicConsistencyReport extends ConsistencyReport
ConsistencyReport.CountsConsistencyReport, ConsistencyReport.DynamicConsistencyReport, ConsistencyReport.DynamicLabelConsistencyReport, ConsistencyReport.IndexConsistencyReport, ConsistencyReport.LabelScanConsistencyReport, ConsistencyReport.LabelTokenConsistencyReport, ConsistencyReport.NameConsistencyReport, ConsistencyReport.NeoStoreConsistencyReport, ConsistencyReport.NodeConsistencyReport, ConsistencyReport.NodeInUseWithCorrectLabelsReport, ConsistencyReport.PrimitiveConsistencyReport, ConsistencyReport.PropertyConsistencyReport, ConsistencyReport.PropertyKeyTokenConsistencyReport, ConsistencyReport.RelationshipConsistencyReport, ConsistencyReport.RelationshipGroupConsistencyReport, ConsistencyReport.RelationshipTypeConsistencyReport, ConsistencyReport.Reporter, ConsistencyReport.SchemaConsistencyReport, ConsistencyReport.Warning| Modifier and Type | Method and Description |
|---|---|
void |
emptyBlock() |
void |
emptyNextBlock(org.neo4j.kernel.impl.store.record.DynamicRecord next) |
void |
invalidLength() |
void |
nextMultipleOwners(org.neo4j.kernel.impl.store.record.DynamicRecord otherOwner) |
void |
nextMultipleOwners(org.neo4j.kernel.impl.store.record.PropertyKeyTokenRecord otherOwner) |
void |
nextMultipleOwners(org.neo4j.kernel.impl.store.record.PropertyRecord otherOwner) |
void |
nextMultipleOwners(org.neo4j.kernel.impl.store.record.RelationshipTypeTokenRecord otherOwner) |
void |
nextNotInUse(org.neo4j.kernel.impl.store.record.DynamicRecord next) |
void |
orphanDynamicRecord() |
void |
recordNotFullReferencesNext() |
void |
selfReferentialNext() |
void nextNotInUse(org.neo4j.kernel.impl.store.record.DynamicRecord next)
void recordNotFullReferencesNext()
void invalidLength()
void emptyBlock()
void emptyNextBlock(org.neo4j.kernel.impl.store.record.DynamicRecord next)
void selfReferentialNext()
void nextMultipleOwners(org.neo4j.kernel.impl.store.record.DynamicRecord otherOwner)
void nextMultipleOwners(org.neo4j.kernel.impl.store.record.PropertyRecord otherOwner)
void nextMultipleOwners(org.neo4j.kernel.impl.store.record.RelationshipTypeTokenRecord otherOwner)
void nextMultipleOwners(org.neo4j.kernel.impl.store.record.PropertyKeyTokenRecord otherOwner)
void orphanDynamicRecord()
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.