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

Packages that use NodeStore
org.neo4j.backup.check   
org.neo4j.kernel.impl.nioneo.store   
 

Uses of NodeStore in org.neo4j.backup.check
 

Constructors in org.neo4j.backup.check with parameters of type NodeStore
DiffStore(NodeStore nodeStore, RelationshipStore relStore, PropertyStore propStore, RelationshipTypeStore typeStore)
           
 

Uses of NodeStore in org.neo4j.kernel.impl.nioneo.store
 

Methods in org.neo4j.kernel.impl.nioneo.store that return NodeStore
 NodeStore NeoStore.getNodeStore()
          Returns the node store.
 

Constructors in org.neo4j.kernel.impl.nioneo.store with parameters of type NodeStore
StoreAccess(NodeStore nodeStore, RelationshipStore relStore, PropertyStore propStore, RelationshipTypeStore typeStore)
           
 



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