org.hypergraphdb
Class HGConfiguration
java.lang.Object
org.hypergraphdb.HGConfiguration
public class HGConfiguration
- extends java.lang.Object
A bean that holds configuration parameters for a HyperGraphDB initialization.
An instance can be passed to the HGEnvironment.configure(String, HGConfiguration) or
HGEnvironment.get(String, HGConfiguration) methods.
- Author:
- Borislav Iordanov
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HGConfiguration
public HGConfiguration()
resetDefaults
public void resetDefaults()
Set all parameters of this configuration to their default values.
isTransactional
public boolean isTransactional()
setTransactional
public void setTransactional(boolean transactional)