Neo4j Enterprise

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(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
<R extends org.neo4j.kernel.impl.nioneo.store.AbstractBaseRecord>
void
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
<R1 extends org.neo4j.kernel.impl.nioneo.store.AbstractBaseRecord,R2 extends org.neo4j.kernel.impl.nioneo.store.AbstractBaseRecord>
void
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

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