| Package | Description |
|---|---|
| org.neo4j.kernel |
Implementation for embedding a Neo4j graph database in an application.
|
| Modifier and Type | Method and Description |
|---|---|
static IdType |
IdType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdType[] |
IdType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
org.neo4j.kernel.impl.nioneo.store.IdGenerator |
IdGeneratorFactory.get(IdType idType) |
org.neo4j.kernel.impl.nioneo.store.IdGenerator |
DefaultIdGeneratorFactory.get(IdType idType) |
org.neo4j.kernel.impl.nioneo.store.IdGenerator |
IdGeneratorFactory.open(org.neo4j.kernel.impl.nioneo.store.FileSystemAbstraction fs,
File fileName,
int grabSize,
IdType idType,
long highId) |
org.neo4j.kernel.impl.nioneo.store.IdGenerator |
DefaultIdGeneratorFactory.open(org.neo4j.kernel.impl.nioneo.store.FileSystemAbstraction fs,
File fileName,
int grabSize,
IdType idType,
long highId) |
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.