public class MandatoryProperties extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
MandatoryProperties.Check<RECORD extends org.neo4j.kernel.impl.store.record.PrimitiveRecord,REPORT extends ConsistencyReport.PrimitiveConsistencyReport> |
| Constructor and Description |
|---|
MandatoryProperties(org.neo4j.kernel.impl.store.StoreAccess storeAccess) |
| Modifier and Type | Method and Description |
|---|---|
Function<org.neo4j.kernel.impl.store.record.NodeRecord,MandatoryProperties.Check<org.neo4j.kernel.impl.store.record.NodeRecord,ConsistencyReport.NodeConsistencyReport>> |
forNodes(ConsistencyReporter reporter) |
Function<org.neo4j.kernel.impl.store.record.RelationshipRecord,MandatoryProperties.Check<org.neo4j.kernel.impl.store.record.RelationshipRecord,ConsistencyReport.RelationshipConsistencyReport>> |
forRelationships(ConsistencyReporter reporter) |
public MandatoryProperties(org.neo4j.kernel.impl.store.StoreAccess storeAccess)
public Function<org.neo4j.kernel.impl.store.record.NodeRecord,MandatoryProperties.Check<org.neo4j.kernel.impl.store.record.NodeRecord,ConsistencyReport.NodeConsistencyReport>> forNodes(ConsistencyReporter reporter)
public Function<org.neo4j.kernel.impl.store.record.RelationshipRecord,MandatoryProperties.Check<org.neo4j.kernel.impl.store.record.RelationshipRecord,ConsistencyReport.RelationshipConsistencyReport>> forRelationships(ConsistencyReporter reporter)
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.