Uses of Package
org.h2.mvstore.tx
-
Packages that use org.h2.mvstore.tx Package Description org.h2.engine Contains high level classes of the database and classes that don't fit in another sub-package.org.h2.mvstore.db Helper classes to use the MVStore in the H2 database.org.h2.mvstore.tx Helper classes to use the MVStore in a transactional manner. -
Classes in org.h2.mvstore.tx used by org.h2.engine Class Description Transaction A transaction.TransactionStore.RollbackListener This listener can be registered with the transaction to be notified of every compensating change during transaction rollback. -
Classes in org.h2.mvstore.tx used by org.h2.mvstore.db Class Description Transaction A transaction.TransactionMap A map that supports transactions.TransactionMap.TMIterator TransactionStore A store that supports concurrent MVCC read-committed transactions. -
Classes in org.h2.mvstore.tx used by org.h2.mvstore.tx Class Description Record Class Record is a value for undoLog.Snapshot Snapshot of the map root and committing transactions.Transaction A transaction.TransactionMap A map that supports transactions.TransactionMap.TMIterator TransactionMap.UncommittedIterator The iterator for read uncommitted isolation level.TransactionStore A store that supports concurrent MVCC read-committed transactions.TransactionStore.Change A change in a map.TransactionStore.RollbackListener This listener can be registered with the transaction to be notified of every compensating change during transaction rollback.TxDecisionMaker Class TxDecisionMaker is a base implementation of MVMap.DecisionMaker to be used for TransactionMap modification.TxDecisionMaker.LockDecisionMaker VersionedBitSet Class VersionedBitSet extends standard BitSet to add a version field.VersionedValueCommitted Class CommittedVersionedValue.VersionedValueType.Factory