Neo4j Enterprise

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.unsafe.batchinsert Tools for high-performance data insertion; make sure to read the instructions before using. 
 

Uses of IdGeneratorFactory in org.neo4j.kernel
 

Classes in org.neo4j.kernel that implement IdGeneratorFactory
 class DefaultIdGeneratorFactory
          TODO
 

Fields in org.neo4j.kernel declared as IdGeneratorFactory
protected  IdGeneratorFactory InternalAbstractGraphDatabase.idGeneratorFactory
           
 

Methods in org.neo4j.kernel that return IdGeneratorFactory
protected  IdGeneratorFactory InternalAbstractGraphDatabase.createIdGeneratorFactory()
           
static IdGeneratorFactory CommonFactories.defaultIdGeneratorFactory()
          Deprecated.  
 IdGeneratorFactory InternalAbstractGraphDatabase.getIdGeneratorFactory()
           
 IdGeneratorFactory GraphDatabaseAPI.getIdGeneratorFactory()
          Deprecated. 
 IdGeneratorFactory HighlyAvailableGraphDatabase.getIdGeneratorFactory()
           
 

Uses of IdGeneratorFactory in org.neo4j.unsafe.batchinsert
 

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


Neo4j Enterprise

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