public static interface ConsistencyReport.PropertyConsistencyReport 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 |
arrayEmpty(org.neo4j.kernel.impl.store.record.PropertyBlock block,
org.neo4j.kernel.impl.store.record.DynamicRecord value)
The array block is empty.
|
void |
arrayMultipleOwners(org.neo4j.kernel.impl.store.record.DynamicRecord dynamic)
The array record referred from this property is also referred from a another array record.
|
void |
arrayMultipleOwners(org.neo4j.kernel.impl.store.record.PropertyRecord otherOwner)
The array record referred from this property is also referred from a another property.
|
void |
arrayNotInUse(org.neo4j.kernel.impl.store.record.PropertyBlock block,
org.neo4j.kernel.impl.store.record.DynamicRecord value)
The array block is not in use.
|
void |
arrayUnreferencedButNotDeleted(org.neo4j.kernel.impl.store.record.PropertyBlock block)
The array property is not referenced anymore, but the corresponding block as not been deleted.
|
void |
changedForWrongOwner()
This property was declared to be changed for a node or relationship, but that node or relationship did not
contain this property in its property chain prior to the change.
|
void |
invalidPropertyKey(org.neo4j.kernel.impl.store.record.PropertyBlock block)
The property key as an invalid value.
|
void |
invalidPropertyType(org.neo4j.kernel.impl.store.record.PropertyBlock block)
The type of this property is invalid.
|
void |
invalidPropertyValue(org.neo4j.kernel.impl.store.record.PropertyBlock block)
The property value is invalid.
|
void |
keyNotInUse(org.neo4j.kernel.impl.store.record.PropertyBlock block,
org.neo4j.kernel.impl.store.record.PropertyKeyTokenRecord key)
The key for this property is not in use.
|
void |
nextDoesNotReferenceBack(org.neo4j.kernel.impl.store.record.PropertyRecord property)
The next property record does not have this record as its previous record.
|
void |
nextNotInUse(org.neo4j.kernel.impl.store.record.PropertyRecord property)
The next property record is not in use.
|
void |
nextNotUpdated()
The next reference has changed, but the referenced record has not been updated.
|
void |
orphanPropertyChain()
This record is first in a property chain, but no Node or Relationship records reference this record.
|
void |
ownerDoesNotReferenceBack()
This property was declared to be changed for a node or relationship, but that node or relationship does not
contain this property in its property chain.
|
void |
previousDoesNotReferenceBack(org.neo4j.kernel.impl.store.record.PropertyRecord property)
The previous property record does not have this record as its next record.
|
void |
prevNotInUse(org.neo4j.kernel.impl.store.record.PropertyRecord property)
The previous property record is not in use.
|
void |
prevNotUpdated()
The previous reference has changed, but the referenced record has not been updated.
|
void |
stringEmpty(org.neo4j.kernel.impl.store.record.PropertyBlock block,
org.neo4j.kernel.impl.store.record.DynamicRecord value)
The string block is empty.
|
void |
stringMultipleOwners(org.neo4j.kernel.impl.store.record.DynamicRecord dynamic)
The string record referred from this property is also referred from a another string record.
|
void |
stringMultipleOwners(org.neo4j.kernel.impl.store.record.PropertyRecord otherOwner)
The string record referred from this property is also referred from a another property.
|
void |
stringNotInUse(org.neo4j.kernel.impl.store.record.PropertyBlock block,
org.neo4j.kernel.impl.store.record.DynamicRecord value)
The string block is not in use.
|
void |
stringUnreferencedButNotDeleted(org.neo4j.kernel.impl.store.record.PropertyBlock block)
The string property is not referenced anymore, but the corresponding block has not been deleted.
|
void invalidPropertyKey(org.neo4j.kernel.impl.store.record.PropertyBlock block)
void keyNotInUse(org.neo4j.kernel.impl.store.record.PropertyBlock block,
org.neo4j.kernel.impl.store.record.PropertyKeyTokenRecord key)
void prevNotInUse(org.neo4j.kernel.impl.store.record.PropertyRecord property)
void nextNotInUse(org.neo4j.kernel.impl.store.record.PropertyRecord property)
void previousDoesNotReferenceBack(org.neo4j.kernel.impl.store.record.PropertyRecord property)
void nextDoesNotReferenceBack(org.neo4j.kernel.impl.store.record.PropertyRecord property)
void invalidPropertyType(org.neo4j.kernel.impl.store.record.PropertyBlock block)
void stringNotInUse(org.neo4j.kernel.impl.store.record.PropertyBlock block,
org.neo4j.kernel.impl.store.record.DynamicRecord value)
void arrayNotInUse(org.neo4j.kernel.impl.store.record.PropertyBlock block,
org.neo4j.kernel.impl.store.record.DynamicRecord value)
void stringEmpty(org.neo4j.kernel.impl.store.record.PropertyBlock block,
org.neo4j.kernel.impl.store.record.DynamicRecord value)
void arrayEmpty(org.neo4j.kernel.impl.store.record.PropertyBlock block,
org.neo4j.kernel.impl.store.record.DynamicRecord value)
void invalidPropertyValue(org.neo4j.kernel.impl.store.record.PropertyBlock block)
void orphanPropertyChain()
void prevNotUpdated()
void nextNotUpdated()
void stringUnreferencedButNotDeleted(org.neo4j.kernel.impl.store.record.PropertyBlock block)
void arrayUnreferencedButNotDeleted(org.neo4j.kernel.impl.store.record.PropertyBlock block)
void ownerDoesNotReferenceBack()
void changedForWrongOwner()
void stringMultipleOwners(org.neo4j.kernel.impl.store.record.PropertyRecord otherOwner)
void arrayMultipleOwners(org.neo4j.kernel.impl.store.record.PropertyRecord otherOwner)
void stringMultipleOwners(org.neo4j.kernel.impl.store.record.DynamicRecord dynamic)
void arrayMultipleOwners(org.neo4j.kernel.impl.store.record.DynamicRecord dynamic)
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.