Uses of Interface
org.neo4j.backup.check.InconsistencyType

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(PropertyBlock block)
           
 InconsistencyType InconsistencyType.PropertyOwnerInconsistency.OwnerInconsistencyType.forProperties(Collection<PropertyRecord> properties)
           
 InconsistencyType InconsistencyType.PropertyOwnerInconsistency.OwnerInconsistencyType.forProperty(PropertyRecord property)
           
 

Methods in org.neo4j.backup.check with parameters of type InconsistencyType
protected abstract
<R extends AbstractBaseRecord>
void
ConsistencyCheck.report(RecordStore<R> recordStore, R record, InconsistencyType inconsistency)
          Report an internal inconsistency in a single record.
protected abstract
<R1 extends AbstractBaseRecord,R2 extends AbstractBaseRecord>
void
ConsistencyCheck.report(RecordStore<R1> recordStore, R1 record, RecordStore<? extends R2> referredStore, R2 referred, InconsistencyType inconsistency)
          Report an inconsistency between two records.
 



Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.