See: Description
| Interface | Description |
|---|---|
| TransactionStore.RollbackListener |
This listener can be registered with the transaction to be notified of
every compensating change during transaction rollback.
|
| Class | Description |
|---|---|
| Transaction |
A transaction.
|
| TransactionMap<K,V> |
A map that supports transactions.
|
| TransactionMap.TMIterator<K,V,X> | |
| TransactionStore |
A store that supports concurrent MVCC read-committed transactions.
|
| TransactionStore.Change |
A change in a map.
|
| VersionedValueType<T,D> |
The value type for a versioned value.
|
| VersionedValueType.Factory<D> |
Helper classes to use the MVStore in a transactional manner.