| Package | Description |
|---|---|
| org.hypergraphdb |
Welcome to HyperGraphDB
|
| org.hypergraphdb.handle | |
| org.hypergraphdb.storage | |
| org.hypergraphdb.util |
| Modifier and Type | Method and Description |
|---|---|
HGHandleFactory |
HyperGraph.getHandleFactory()
Return the
HGHandleFactory implementation associated with this
HyperGraph instance. |
HGHandleFactory |
HGConfiguration.getHandleFactory()
Return the handle factory configured for this database.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HGConfiguration.setHandleFactory(HGHandleFactory handleFactory)
Set the persistent handle factory for this database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IntHandleFactory
Produces integer valued persistent handles.
|
class |
LongHandleFactory |
class |
SequentialUUIDHandleFactory
A handle factory that generates UUID persistent handles out of a base
long
and an increment counter long value. |
class |
UUIDHandleFactory
A persistent handle factory based on type IV (crypto-strong) UUIDs.
|
| Modifier and Type | Method and Description |
|---|---|
static ByteArrayConverter<HGPersistentHandle> |
BAtoHandle.getInstance(HGHandleFactory handleFactory) |
| Modifier and Type | Method and Description |
|---|---|
static PredefinedTypesConfig |
PredefinedTypesConfig.loadFromFile(HGHandleFactory handleFactory,
File file) |
static PredefinedTypesConfig |
PredefinedTypesConfig.loadFromResource(HGHandleFactory handleFactory,
String resource) |
Copyright © 2015. All rights reserved.