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 MVStoreMVMap.storeThe store.private final MVStoreMVStore.BackgroundWriterThread.storeMethods 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.Method parameters in org.h2.mvstore with type arguments of type MVStoreModifier and TypeMethodDescriptionprivate longprivate longConstructors in org.h2.mvstore with parameters of type MVStoreModifierConstructorDescription(package private)BackgroundWriterThread(MVStore store, int sleep, String fileStoreName) (package private)privateMVMap(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 MVStoreLobStorageMap.mvStoreprivate final MVStoreStore.mvStoreThe store.private final MVStoreMVInDoubtTransaction.storeprivate final MVStoreMVTempResult.CloseImpl.storeMVStore.(package private) final MVStoreMVTempResult.storeMVStore.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 MVStoreTransactionStore.storeThe 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 voidRecover.dumpLayout(PrintWriter writer, MVStore mv) private voidRecover.dumpLobMaps(PrintWriter writer, MVStore mv) private static voidRecover.dumpMeta(PrintWriter writer, MVStore mv) private static voidRecover.dumpTypes(PrintWriter writer, MVStore mv)