org.neo4j.kernel
Class CommonFactories.DefaultIdGeneratorFactory
java.lang.Object
org.neo4j.kernel.CommonFactories.DefaultIdGeneratorFactory
- All Implemented Interfaces:
- IdGeneratorFactory
- Enclosing class:
- CommonFactories
public static class CommonFactories.DefaultIdGeneratorFactory
- extends Object
- implements IdGeneratorFactory
Method Summary |
void |
create(String fileName)
|
org.neo4j.kernel.impl.nioneo.store.IdGenerator |
get(IdType idType)
|
org.neo4j.kernel.impl.nioneo.store.IdGenerator |
open(String fileName,
int grabSize,
IdType idType,
long highestIdInUse,
boolean startup)
|
void |
updateIdGenerators(org.neo4j.kernel.impl.nioneo.store.NeoStore neoStore)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommonFactories.DefaultIdGeneratorFactory
public CommonFactories.DefaultIdGeneratorFactory()
open
public org.neo4j.kernel.impl.nioneo.store.IdGenerator open(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(String fileName)
- Specified by:
create
in interface IdGeneratorFactory
updateIdGenerators
public void updateIdGenerators(org.neo4j.kernel.impl.nioneo.store.NeoStore neoStore)
- Specified by:
updateIdGenerators
in interface IdGeneratorFactory
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.