Uses of Class
org.h2.mvstore.tx.TransactionMap
Packages that use TransactionMap
-
Uses of TransactionMap in org.h2.mvstore.tx
Methods in org.h2.mvstore.tx that return TransactionMapModifier and TypeMethodDescriptionTransactionMap.getInstance(Transaction transaction) Get a clone of this map for the given transaction.<K,V> TransactionMap <K, V> Open a data map.<K,V> TransactionMap <K, V> Open the map to store the data.<K,V> TransactionMap <K, V> Transaction.openMapX(MVMap<K, VersionedValue<V>> map) Open the transactional version of the given map.Methods in org.h2.mvstore.tx with parameters of type TransactionMapModifier and TypeMethodDescription<K,V> void Transaction.removeMap(TransactionMap<K, V> map) Remove the map.