Package | Description |
---|---|
org.hypergraphdb.event | |
org.hypergraphdb.transaction |
Modifier and Type | Method and Description |
---|---|
HGTransaction |
HGTransactionEndEvent.getTransaction()
Return the transaction object representing the transaction that just ended.
|
HGTransaction |
HGTransactionStartedEvent.getTransaction() |
Constructor and Description |
---|
HGTransactionEndEvent(HGTransaction transaction,
boolean success) |
HGTransactionStartedEvent(HGTransaction transaction) |
Modifier and Type | Method and Description |
---|---|
HGTransaction |
DefaultTransactionContext.getCurrent()
Return the currently active transaction or
null if there is
no such transaction. |
HGTransaction |
HGTransactionContext.getCurrent() |
HGTransaction |
HGTransaction.getParent()
Return the parent transaction of this transaction or
null is this is not a nested
transaction. |
HGTransaction |
HGTransaction.getTopLevel()
Return the top-level transaction of which this is a nested transaction, or
this in case
this is already a top-level transaction. |
Modifier and Type | Method and Description |
---|---|
VBoxBody<E> |
VBox.commit(HGTransaction tx,
E newValue,
long txNumber) |
VBoxBody<HGSortedSet<E>> |
TxCacheSet.CacheSetTxBox.commit(HGTransaction tx,
HGSortedSet<E> newvalue,
long txNumber) |
VBoxBody<HGSortedSet<E>> |
TxSet.SetTxBox.commit(HGTransaction tx,
HGSortedSet<E> newvalue,
long txNumber) |
VBoxBody<V> |
TxCacheMap.Box.commit(HGTransaction tx,
V newValue,
long txNumber) |
VBoxBody<V> |
TxCacheMap.Box.commitImmediately(HGTransaction tx,
V newValue,
long txNumber) |
HGStorageTransaction |
HGTransactionFactory.createTransaction(HGTransactionContext context,
HGTransactionConfig config,
HGTransaction parent) |
void |
TxCacheSet.CacheSetTxBox.finish(HGTransaction tx) |
void |
VBox.finish(HGTransaction tx) |
void |
TxCacheMap.Box.finish(HGTransaction tx) |
void |
TxMap.Box.finish(HGTransaction tx) |
void |
TxMonitor.transactionCreated(HGTransaction tx) |
void |
TxMonitor.transactionFinished(HGTransaction tx) |
Copyright © 2015. All rights reserved.