Package | Description |
---|---|
org.hypergraphdb |
Welcome to HyperGraphDB
|
org.hypergraphdb.transaction |
Modifier and Type | Method and Description |
---|---|
HGTransactionManager |
HyperGraph.getTransactionManager()
Return the
HGTransactionManager associated with this
HyperGraph. |
HGTransactionManager |
HGStore.getTransactionManager()
Return this store's
HGTransactionManager . |
Modifier and Type | Field and Description |
---|---|
protected HGTransactionManager |
VBox.txManager |
protected HGTransactionManager |
TxCacheMap.txManager |
protected HGTransactionManager |
TxMap.txManager |
Modifier and Type | Method and Description |
---|---|
HGTransactionManager |
DefaultTransactionContext.getManager() |
HGTransactionManager |
HGTransactionContext.getManager() |
Constructor and Description |
---|
DefaultTransactionContext(HGTransactionManager manager) |
TxCacheMap.Box(HGTransactionManager txManager) |
TxCacheMap.StrongBox(HGTransactionManager txManager,
K key) |
TxCacheMap.WeakBox(HGTransactionManager txManager,
K key) |
TxCacheMap(HGTransactionManager tManager,
Class<? extends Map> mapImplementation,
Object outer) |
TxCacheSet(HGTransactionManager txManager,
HGSortedSet<E> backingSet,
Key key,
RefResolver<Key,? extends HGSortedSet<E>> loader,
RefCountedMap<Key,TxSet.SetTxBox<E>> writeMap) |
TxList(HGTransactionManager txManager) |
TxMap.Box(HGTransactionManager txManager,
K key) |
TxMap(HGTransactionManager tManager,
Map backingMap)
The constructor expects a
HGTransactionManager and the map to be used
to hold the entries. |
TxSet(HGTransactionManager txManager,
HGSortedSet<E> backingSet) |
VBox(HGTransactionManager txManager) |
VBox(HGTransactionManager txManager,
E initial) |
Copyright © 2015. All rights reserved.