Uses of Class
org.h2.mvstore.tx.TransactionStore
-
Packages that use TransactionStore Package Description 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. -
-
Uses of TransactionStore in org.h2.mvstore.db
Fields in org.h2.mvstore.db declared as TransactionStore Modifier and Type Field Description private TransactionStore
MVTable. transactionStore
private TransactionStore
Store. transactionStore
The transaction store.Methods in org.h2.mvstore.db that return TransactionStore Modifier and Type Method Description TransactionStore
Store. getTransactionStore()
Methods in org.h2.mvstore.db with parameters of type TransactionStore Modifier and Type Method Description static MVMap<java.lang.Long,byte[]>
LobStorageMap. openLobDataMap(TransactionStore txStore)
Open map used to store LOB datastatic MVMap<java.lang.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 TransactionStore Modifier and Type Field Description private TransactionStore
RollbackDecisionMaker. store
(package private) TransactionStore
Transaction. store
The transaction store.private TransactionStore
Record.Type. transactionStore
Constructors in org.h2.mvstore.tx with parameters of type TransactionStore Constructor Description RollbackDecisionMaker(TransactionStore store, long transactionId, long toLogId, TransactionStore.RollbackListener listener)
Transaction(TransactionStore store, int transactionId, long sequenceNum, int status, java.lang.String name, long logId, int timeoutMillis, int ownerId, IsolationLevel isolationLevel, TransactionStore.RollbackListener listener)
Type(TransactionStore transactionStore)
-