public static interface ConsistencyReport.NameConsistencyReport 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 |
emptyName(org.neo4j.kernel.impl.store.record.DynamicRecord name)
The token name is empty.
|
void |
nameBlockNotInUse(org.neo4j.kernel.impl.store.record.DynamicRecord record)
The name block is not in use.
|
void |
nameMultipleOwners(org.neo4j.kernel.impl.store.record.DynamicRecord otherOwner)
The string record referred from this name record is also referred from a another string record.
|
void nameBlockNotInUse(org.neo4j.kernel.impl.store.record.DynamicRecord record)
void emptyName(org.neo4j.kernel.impl.store.record.DynamicRecord name)
void nameMultipleOwners(org.neo4j.kernel.impl.store.record.DynamicRecord otherOwner)
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.