Neo4j Community

org.neo4j.kernel
Class CommonFactories.DefaultIdGeneratorFactory

java.lang.Object
  extended by org.neo4j.kernel.CommonFactories.DefaultIdGeneratorFactory
All Implemented Interfaces:
IdGeneratorFactory
Enclosing class:
CommonFactories

public static class CommonFactories.DefaultIdGeneratorFactory
extends Object
implements IdGeneratorFactory


Constructor Summary
CommonFactories.DefaultIdGeneratorFactory()
           
 
Method Summary
 void create(org.neo4j.kernel.impl.nioneo.store.FileSystemAbstraction fs, String fileName)
           
 org.neo4j.kernel.impl.nioneo.store.IdGenerator get(IdType idType)
           
 org.neo4j.kernel.impl.nioneo.store.IdGenerator open(org.neo4j.kernel.impl.nioneo.store.FileSystemAbstraction fs, String fileName, int grabSize, IdType idType, long highestIdInUse, boolean startup)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommonFactories.DefaultIdGeneratorFactory

public CommonFactories.DefaultIdGeneratorFactory()
Method Detail

open

public org.neo4j.kernel.impl.nioneo.store.IdGenerator open(org.neo4j.kernel.impl.nioneo.store.FileSystemAbstraction fs,
                                                           String fileName,
                                                           int grabSize,
                                                           IdType idType,
                                                           long highestIdInUse,
                                                           boolean startup)
Specified by:
open in interface IdGeneratorFactory

get

public org.neo4j.kernel.impl.nioneo.store.IdGenerator get(IdType idType)
Specified by:
get in interface IdGeneratorFactory

create

public void create(org.neo4j.kernel.impl.nioneo.store.FileSystemAbstraction fs,
                   String fileName)
Specified by:
create in interface IdGeneratorFactory

Neo4j Community

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