| Package | Description |
|---|---|
| org.neo4j.consistency.checking | |
| org.neo4j.consistency.checking.full |
| Modifier and Type | Class and Description |
|---|---|
static class |
CheckDecorator.Adapter |
static class |
CheckDecorator.ChainCheckDecorator |
| Modifier and Type | Field and Description |
|---|---|
static CheckDecorator |
CheckDecorator.NONE |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractStoreProcessor.reDecorateNode(CheckDecorator decorator,
NodeRecordCheck newChecker,
boolean sparseNode) |
void |
AbstractStoreProcessor.reDecorateRelationship(CheckDecorator decorator,
RelationshipRecordCheck newChecker) |
| Constructor and Description |
|---|
AbstractStoreProcessor(CheckDecorator decorator) |
ChainCheckDecorator(CheckDecorator... decorators) |
| Constructor and Description |
|---|
StoreProcessor(CheckDecorator decorator,
ConsistencyReport.Reporter report,
Stage stage,
CacheAccess cacheAccess) |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.