public static interface ConsistencyReport.CountsConsistencyReport extends ConsistencyReport
ConsistencyReport.CountsConsistencyReport, ConsistencyReport.DynamicConsistencyReport, ConsistencyReport.DynamicLabelConsistencyReport, 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 |
inconsistentNodeCount(long expectedCount) |
void |
inconsistentNumberOfNodeKeys(long expectedCount) |
void |
inconsistentNumberOfRelationshipKeys(long expectedCount) |
void |
inconsistentRelationshipCount(long expectedCount) |
void inconsistentNodeCount(long expectedCount)
void inconsistentRelationshipCount(long expectedCount)
void inconsistentNumberOfNodeKeys(long expectedCount)
void inconsistentNumberOfRelationshipKeys(long expectedCount)
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.