|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IdType | |
|---|---|
| org.neo4j.kernel | Implementation for embedding a Neo4j graph database in an application. |
| org.neo4j.kernel.ha | |
| org.neo4j.kernel.impl.nioneo.store | |
| 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 | |
|---|---|
IdGenerator |
IdGeneratorFactory.get(IdType idType)
|
IdGenerator |
CommonFactories.DefaultIdGeneratorFactory.get(IdType idType)
|
IdGenerator |
IdGeneratorFactory.open(String fileName,
int grabSize,
IdType idType,
long highestIdInUse,
boolean startup)
|
IdGenerator |
CommonFactories.DefaultIdGeneratorFactory.open(String fileName,
int grabSize,
IdType idType,
long highestIdInUse,
boolean startup)
|
| Uses of IdType in org.neo4j.kernel.ha |
|---|
| Methods in org.neo4j.kernel.ha with parameters of type IdType | |
|---|---|
Response<IdAllocation> |
Master.allocateIds(IdType idType)
|
Response<IdAllocation> |
MasterImpl.allocateIds(IdType idType)
|
Response<IdAllocation> |
MasterClient.allocateIds(IdType idType)
|
IdGenerator |
SlaveIdGenerator.SlaveIdGeneratorFactory.get(IdType idType)
|
IdGenerator |
SlaveIdGenerator.SlaveIdGeneratorFactory.open(String fileName,
int grabSize,
IdType idType,
long highestIdInUse,
boolean startup)
|
| Constructors in org.neo4j.kernel.ha with parameters of type IdType | |
|---|---|
SlaveIdGenerator(IdType idType,
long highestIdInUse,
Broker broker,
ResponseReceiver receiver,
IdGenerator localIdGenerator)
|
|
| Uses of IdType in org.neo4j.kernel.impl.nioneo.store |
|---|
| Methods in org.neo4j.kernel.impl.nioneo.store that return IdType | |
|---|---|
IdType |
CommonAbstractStore.getIdType()
|
| Methods in org.neo4j.kernel.impl.nioneo.store with parameters of type IdType | |
|---|---|
protected static void |
AbstractDynamicStore.createEmptyStore(String fileName,
int baseBlockSize,
String typeAndVersionDescriptor,
IdGeneratorFactory idGeneratorFactory,
IdType idType)
Creates a new empty store. |
static void |
DynamicStringStore.createStore(String fileName,
int blockSize,
IdGeneratorFactory idGeneratorFactory,
IdType idType)
|
| Constructors in org.neo4j.kernel.impl.nioneo.store with parameters of type IdType | |
|---|---|
AbstractDynamicStore(String fileName,
Map<?,?> config,
IdType idType)
|
|
AbstractStore(String fileName,
Map<?,?> config,
IdType idType)
|
|
CommonAbstractStore(String fileName,
Map<?,?> config,
IdType idType)
Opens and validates the store contained in fileName
loading any configuration defined in config. |
|
DynamicArrayStore(String fileName,
Map<?,?> config,
IdType idType)
|
|
DynamicStringStore(String fileName,
Map<?,?> config,
IdType idType)
|
|
RelationshipTypeStore(String fileName,
Map<?,?> config,
IdType idType)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||