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.
Various tools.
-
Uses of MVStore in org.h2.mvstore
Fields in org.h2.mvstore declared as MVStoreModifier and TypeFieldDescriptionfinal MVStore
MVMap.store
The store.private final MVStore
MVStore.BackgroundWriterThread.store
Methods in org.h2.mvstore that return MVStoreModifier and TypeMethodDescriptionfinal MVStore
MVMap.getStore()
MVStore.Builder.open()
Open the store.static MVStore
Open a store in exclusive mode.Methods in org.h2.mvstore with parameters of type MVStoreModifier and TypeMethodDescriptionstatic void
Copy all live pages from the source store to the target store.Create a new map of the given type.Method parameters in org.h2.mvstore with type arguments of type MVStoreModifier and TypeMethodDescriptionprivate long
private long
Constructors in org.h2.mvstore with parameters of type MVStoreModifierConstructorDescription(package private)
BackgroundWriterThread
(MVStore store, int sleep, String fileStoreName) (package private)
private
MVMap
(MVStore store, DataType<K> keyType, DataType<V> valueType, int id, long createVersion, AtomicReference<RootReference<K, V>> root, int keysPerPage, boolean singleWriter) -
Uses of MVStore in org.h2.mvstore.db
Fields in org.h2.mvstore.db declared as MVStoreModifier and TypeFieldDescription(package private) final MVStore
LobStorageMap.mvStore
private final MVStore
Store.mvStore
The store.private final MVStore
MVInDoubtTransaction.store
private final MVStore
MVTempResult.CloseImpl.store
MVStore.(package private) final MVStore
MVTempResult.store
MVStore.Methods in org.h2.mvstore.db that return MVStoreConstructors in org.h2.mvstore.db with parameters of type MVStoreModifierConstructorDescription(package private)
(package private)
MVInDoubtTransaction
(MVStore store, Transaction transaction) -
Uses of MVStore in org.h2.mvstore.tx
Fields in org.h2.mvstore.tx declared as MVStoreModifier and TypeFieldDescription(package private) final MVStore
TransactionStore.store
The store.Methods in org.h2.mvstore.tx with parameters of type MVStoreModifier and TypeMethodDescriptionTransactionStore.openTypeRegistry
(MVStore store, MetaType<?> metaDataType) 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. -
Uses of MVStore in org.h2.tools
Methods in org.h2.tools with parameters of type MVStoreModifier and TypeMethodDescriptionprivate static void
Recover.dumpLayout
(PrintWriter writer, MVStore mv) private void
Recover.dumpLobMaps
(PrintWriter writer, MVStore mv) private static void
Recover.dumpMeta
(PrintWriter writer, MVStore mv) private static void
Recover.dumpTypes
(PrintWriter writer, MVStore mv)