public static interface ConsistencyReport.DynamicConsistencyReport extends ConsistencyReport
ConsistencyReport.CountsConsistencyReport, ConsistencyReport.DynamicConsistencyReport, ConsistencyReport.DynamicLabelConsistencyReport, ConsistencyReport.IncrementalOnly, ConsistencyReport.IndexConsistencyReport, ConsistencyReport.LabelScanConsistencyReport, ConsistencyReport.LabelsMatchReport, 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()
The block is empty.
|
void |
emptyNextBlock(org.neo4j.kernel.impl.store.record.DynamicRecord next)
The next block is empty.
|
void |
invalidLength()
The length of the block is invalid.
|
void |
nextMultipleOwners(org.neo4j.kernel.impl.store.record.DynamicRecord otherOwner)
The next block of this record is also referenced by another dynamic record.
|
void |
nextMultipleOwners(org.neo4j.kernel.impl.store.record.PropertyKeyTokenRecord otherOwner)
The next block of this record is also referenced by a property key.
|
void |
nextMultipleOwners(org.neo4j.kernel.impl.store.record.PropertyRecord otherOwner)
The next block of this record is also referenced by a property record.
|
void |
nextMultipleOwners(org.neo4j.kernel.impl.store.record.RelationshipTypeTokenRecord otherOwner)
The next block of this record is also referenced by a relationship type.
|
void |
nextNotInUse(org.neo4j.kernel.impl.store.record.DynamicRecord next)
The next block is not in use.
|
void |
nextNotUpdated()
The next block reference was changed, but the previously referenced block was not updated.
|
void |
orphanDynamicRecord()
This record not referenced from any other dynamic block, or from any property or name record.
|
void |
recordNotFullReferencesNext()
The record is not full, but references a next block.
|
void |
selfReferentialNext()
The next block references this (the same) record.
|
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 nextNotUpdated()
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–2015 The Neo4j Graph Database Project. All rights reserved.