|
Neo4j Enterprise | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InconsistencyType | |
---|---|
org.neo4j.backup.check |
Uses of InconsistencyType in org.neo4j.backup.check |
---|
Classes in org.neo4j.backup.check that implement InconsistencyType | |
---|---|
static class |
InconsistencyType.PropertyBlockInconsistency
|
static class |
InconsistencyType.PropertyOwnerInconsistency
|
static class |
InconsistencyType.ReferenceInconsistency
|
Methods in org.neo4j.backup.check that return InconsistencyType | |
---|---|
InconsistencyType |
InconsistencyType.PropertyBlockInconsistency.BlockInconsistencyType.forBlock(org.neo4j.kernel.impl.nioneo.store.PropertyBlock block)
|
InconsistencyType |
InconsistencyType.PropertyOwnerInconsistency.OwnerInconsistencyType.forProperties(Collection<org.neo4j.kernel.impl.nioneo.store.PropertyRecord> properties)
|
InconsistencyType |
InconsistencyType.PropertyOwnerInconsistency.OwnerInconsistencyType.forProperty(org.neo4j.kernel.impl.nioneo.store.PropertyRecord property)
|
Methods in org.neo4j.backup.check with parameters of type InconsistencyType | ||
---|---|---|
protected abstract
|
ConsistencyCheck.report(org.neo4j.kernel.impl.nioneo.store.RecordStore<R> recordStore,
R record,
InconsistencyType inconsistency)
Report an internal inconsistency in a single record. |
|
protected abstract
|
ConsistencyCheck.report(org.neo4j.kernel.impl.nioneo.store.RecordStore<R1> recordStore,
R1 record,
org.neo4j.kernel.impl.nioneo.store.RecordStore<? extends R2> referredStore,
R2 referred,
InconsistencyType inconsistency)
Report an inconsistency between two records. |
|
Neo4j Enterprise | |||||||||
PREV NEXT | FRAMES NO FRAMES |