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

Packages that use NeoStore
org.neo4j.backup.check   
org.neo4j.kernel Implementation for embedding a Neo4j graph database in an application. 
org.neo4j.kernel.ha   
org.neo4j.kernel.impl.nioneo.store   
org.neo4j.kernel.impl.nioneo.xa   
org.neo4j.kernel.impl.storemigration   
 

Uses of NeoStore in org.neo4j.backup.check
 

Constructors in org.neo4j.backup.check with parameters of type NeoStore
DiffStore(NeoStore store)
           
 

Uses of NeoStore in org.neo4j.kernel
 

Methods in org.neo4j.kernel with parameters of type NeoStore
 void IdGeneratorFactory.updateIdGenerators(NeoStore store)
           
 void CommonFactories.DefaultIdGeneratorFactory.updateIdGenerators(NeoStore neoStore)
           
 

Uses of NeoStore in org.neo4j.kernel.ha
 

Methods in org.neo4j.kernel.ha with parameters of type NeoStore
 void MasterIdGeneratorFactory.updateIdGenerators(NeoStore neoStore)
           
 void SlaveIdGenerator.SlaveIdGeneratorFactory.updateIdGenerators(NeoStore store)
           
 

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

Constructors in org.neo4j.kernel.impl.nioneo.store with parameters of type NeoStore
StoreAccess(NeoStore store)
           
 

Uses of NeoStore in org.neo4j.kernel.impl.nioneo.xa
 

Methods in org.neo4j.kernel.impl.nioneo.xa that return NeoStore
 NeoStore NeoStoreXaDataSource.getNeoStore()
          Creates a data source with minimum (no memory mapped) configuration.
 

Methods in org.neo4j.kernel.impl.nioneo.xa with parameters of type NeoStore
static Command Command.readCommand(NeoStore neoStore, ReadableByteChannel byteChannel, ByteBuffer buffer)
           
 

Uses of NeoStore in org.neo4j.kernel.impl.storemigration
 

Methods in org.neo4j.kernel.impl.storemigration with parameters of type NeoStore
 void StoreMigrator.migrate(LegacyStore legacyStore, NeoStore neoStore)
           
 

Constructors in org.neo4j.kernel.impl.storemigration with parameters of type NeoStore
StoreMigrator.Migration(LegacyStore legacyStore, NeoStore neoStore)
           
 



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