Uses of Class
org.h2.mvstore.MVStore
Packages that use MVStore
Package
Description
A persistent storage for tree maps.
Helper classes to use the MVStore in the H2 database.
Helper classes to use the MVStore in a transactional manner.
-
Uses of MVStore in org.h2.mvstore
Fields in org.h2.mvstore declared as MVStoreMethods in org.h2.mvstore that return MVStoreModifier and TypeMethodDescriptionfinal MVStoreMVMap.getStore()MVStore.Builder.open()Open the store.static MVStoreOpen a store in exclusive mode.Methods in org.h2.mvstore with parameters of type MVStoreModifier and TypeMethodDescriptionstatic voidCopy all live pages from the source store to the target store.Create a new map of the given type. -
Uses of MVStore in org.h2.mvstore.db
Methods in org.h2.mvstore.db that return MVStore -
Uses of MVStore in org.h2.mvstore.tx
Constructors in org.h2.mvstore.tx with parameters of type MVStoreModifierConstructorDescriptionTransactionStore(MVStore store) Create a new transaction store.TransactionStore(MVStore store, DataType<?> dataType) TransactionStore(MVStore store, MetaType<?> metaDataType, DataType<?> dataType, int timeoutMillis) Create a new transaction store.