|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HGConfiguration | |
|---|---|
| org.hypergraphdb | Welcome to HyperGraphDB |
| Uses of HGConfiguration in org.hypergraphdb |
|---|
| Methods in org.hypergraphdb that return HGConfiguration | |
|---|---|
HGConfiguration |
HyperGraph.getConfig()
Return the set of configuration parameters for this HyperGraphDB instance. |
static HGConfiguration |
HGEnvironment.getConfiguration(java.lang.String location)
Retrieve the configuration of a HyperGraphDB instance. |
| Methods in org.hypergraphdb with parameters of type HGConfiguration | |
|---|---|
static void |
HGEnvironment.configure(java.lang.String location,
HGConfiguration config)
Configure a HyperGraphDB instance before it is actually opened. |
static HyperGraph |
HGEnvironment.get(java.lang.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. |
| Constructors in org.hypergraphdb with parameters of type HGConfiguration | |
|---|---|
HGStore(java.lang.String database,
HGConfiguration config)
Construct a HGStore bound to a specific database
location. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||