| Package | Description |
|---|---|
| org.hypergraphdb |
Welcome to HyperGraphDB
|
| org.hypergraphdb.storage | |
| org.hypergraphdb.util |
| Modifier and Type | Method and Description |
|---|---|
HGConfiguration |
HyperGraph.getConfig()
Return the set of configuration parameters for this HyperGraphDB instance.
|
static HGConfiguration |
HGEnvironment.getConfiguration(String location)
Retrieve the configuration of a HyperGraphDB instance.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
HGEnvironment.configure(String location,
HGConfiguration config)
Configure a HyperGraphDB instance before it is actually opened.
|
static HyperGraph |
HGEnvironment.get(String location,
HGConfiguration config)
Retrieve the HyperGraphDB instance at the specified location and open it
(if not already opened) with the given configuration.
|
void |
HyperGraph.setConfig(HGConfiguration config)
Specify configuration parameters for this HyperGraphDB instance.
|
| Constructor and Description |
|---|
HGStore(String database,
HGConfiguration config)
Construct a
HGStore bound to a specific database
location. |
| Modifier and Type | Method and Description |
|---|---|
void |
StorageWithAnnotatedIncidence.startup(HGStore store,
HGConfiguration configuration) |
void |
HGStoreImplementation.startup(HGStore store,
HGConfiguration configuration)
Starts the storage engine.
|
| Modifier and Type | Method and Description |
|---|---|
static ClassLoader |
HGUtils.getClassLoader(HGConfiguration config)
Returns the configured, the context or the class's classloader.
|
static <T> Class<T> |
HGUtils.loadClass(HGConfiguration config,
String classname)
Load a class using the class loader configured in the
HGConfiguration object, if
such a loader was configured. |
| Constructor and Description |
|---|
HGClassLoaderDelegate(HGConfiguration config) |
Copyright © 2015. All rights reserved.