Uses of Class
org.neo4j.kernel.impl.nioneo.store.StoreAccess

Packages that use StoreAccess
org.neo4j.backup.check   
 

Uses of StoreAccess in org.neo4j.backup.check
 

Subclasses of StoreAccess in org.neo4j.backup.check
 class DiffStore
          Not thread safe (since DiffRecordStore is not thread safe), intended for single threaded use.
 

Methods in org.neo4j.backup.check with parameters of type StoreAccess
static void ConsistencyCheck.run(StoreAccess stores, boolean propowner)
           
 

Constructors in org.neo4j.backup.check with parameters of type StoreAccess
ConsistencyCheck(StoreAccess stores)
          Creates a standard checker.
ConsistencyCheck(StoreAccess stores, boolean checkPropertyOwners)
          Creates a standard checker or a checker that validates property owners.
 



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