Uses of Class
org.h2.mvstore.tx.TransactionStore
Packages that use TransactionStore
Package
Description
Helper classes to use the MVStore in the H2 database.
Helper classes to use the MVStore in a transactional manner.
-
Uses of TransactionStore in org.h2.mvstore.db
Fields in org.h2.mvstore.db declared as TransactionStoreModifier and TypeFieldDescriptionprivate final TransactionStore
MVTable.transactionStore
private final TransactionStore
Store.transactionStore
The transaction store.Methods in org.h2.mvstore.db that return TransactionStoreMethods in org.h2.mvstore.db with parameters of type TransactionStoreModifier and TypeMethodDescriptionLobStorageMap.openLobDataMap
(TransactionStore txStore) Open map used to store LOB datastatic MVMap
<Long, LobStorageMap.BlobMeta> LobStorageMap.openLobMap
(TransactionStore txStore) Open map used to store LOB metadata -
Uses of TransactionStore in org.h2.mvstore.tx
Fields in org.h2.mvstore.tx declared as TransactionStoreModifier and TypeFieldDescriptionprivate final TransactionStore
RollbackDecisionMaker.store
(package private) final TransactionStore
Transaction.store
The transaction store.private final TransactionStore
Record.Type.transactionStore
Constructors in org.h2.mvstore.tx with parameters of type TransactionStoreModifierConstructorDescription(package private)
RollbackDecisionMaker
(TransactionStore store, long transactionId, long toLogId, TransactionStore.RollbackListener listener) (package private)
Transaction
(TransactionStore store, int transactionId, long sequenceNum, int status, String name, long logId, int timeoutMillis, int ownerId, IsolationLevel isolationLevel, TransactionStore.RollbackListener listener) (package private)
Type
(TransactionStore transactionStore)