|
Neo4j Advanced | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IdType | |
---|---|
org.neo4j.kernel | Implementation for embedding a Neo4j graph database in an application. |
Uses of IdType in org.neo4j.kernel |
---|
Methods in org.neo4j.kernel that return IdType | |
---|---|
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. |
Methods in org.neo4j.kernel with parameters of type IdType | |
---|---|
org.neo4j.kernel.impl.nioneo.store.IdGenerator |
IdGeneratorFactory.get(IdType idType)
|
org.neo4j.kernel.impl.nioneo.store.IdGenerator |
CommonFactories.DefaultIdGeneratorFactory.get(IdType idType)
|
org.neo4j.kernel.impl.nioneo.store.IdGenerator |
IdGeneratorFactory.open(String fileName,
int grabSize,
IdType idType,
long highestIdInUse,
boolean startup)
|
org.neo4j.kernel.impl.nioneo.store.IdGenerator |
CommonFactories.DefaultIdGeneratorFactory.open(String fileName,
int grabSize,
IdType idType,
long highestIdInUse,
boolean startup)
|
|
Neo4j Advanced | |||||||||
PREV NEXT | FRAMES NO FRAMES |