Uses of Interface
org.neo4j.kernel.IdGeneratorFactory

Packages that use IdGeneratorFactory
org.neo4j.kernel Implementation for embedding a Neo4j graph database in an application. 
org.neo4j.kernel.ha   
org.neo4j.kernel.impl.batchinsert   
org.neo4j.kernel.impl.nioneo.store   
 

Uses of IdGeneratorFactory in org.neo4j.kernel
 

Classes in org.neo4j.kernel that implement IdGeneratorFactory
static class CommonFactories.DefaultIdGeneratorFactory
           
 

Methods in org.neo4j.kernel that return IdGeneratorFactory
static IdGeneratorFactory CommonFactories.defaultIdGeneratorFactory()
           
 IdGeneratorFactory Config.getIdGeneratorFactory()
           
 

Uses of IdGeneratorFactory in org.neo4j.kernel.ha
 

Classes in org.neo4j.kernel.ha that implement IdGeneratorFactory
 class MasterIdGeneratorFactory
           
static class SlaveIdGenerator.SlaveIdGeneratorFactory
           
 

Uses of IdGeneratorFactory in org.neo4j.kernel.impl.batchinsert
 

Methods in org.neo4j.kernel.impl.batchinsert that return IdGeneratorFactory
 IdGeneratorFactory BatchInserterImpl.getIdGeneratorFactory()
           
 

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

Methods in org.neo4j.kernel.impl.nioneo.store that return IdGeneratorFactory
 IdGeneratorFactory NeoStore.getIdGeneratorFactory()
           
 

Methods in org.neo4j.kernel.impl.nioneo.store with parameters of type IdGeneratorFactory
protected static void AbstractDynamicStore.createEmptyStore(String fileName, int baseBlockSize, String typeAndVersionDescriptor, IdGeneratorFactory idGeneratorFactory, IdType idType)
          Creates a new empty store.
protected static void AbstractStore.createEmptyStore(String fileName, String typeAndVersionDescriptor, IdGeneratorFactory idGeneratorFactory)
          Creates a new empty store.
static void RelationshipStore.createStore(String fileName, IdGeneratorFactory idGeneratorFactory)
          Creates a new relationship store contained in fileName If filename is null or the file already exists an IOException is thrown.
static void PropertyIndexStore.createStore(String fileName, IdGeneratorFactory idGeneratorFactory)
           
static void DynamicArrayStore.createStore(String fileName, int blockSize, IdGeneratorFactory idGeneratorFactory)
           
static void DynamicStringStore.createStore(String fileName, int blockSize, IdGeneratorFactory idGeneratorFactory, IdType idType)
           
 



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