Uses of Package
org.h2.mvstore
Packages that use org.h2.mvstore
Package
Description
Contains high level classes of the database and classes that don't fit in another sub-package.
A persistent storage for tree maps.
Helper classes to use the MVStore in the H2 database.
An R-tree implementation
Helper classes to use the MVStore in a transactional manner.
Data types and serialization / deserialization
Various tools.
-
Classes in org.h2.mvstore used by org.h2.engine
-
Classes in org.h2.mvstore used by org.h2.mvstoreClassDescriptionA chunk of data, containing one or multiple pages.A cursor to iterate over elements in ascending or descending order.A position in a cursor.The default storage mechanism of the MVStore.A free space bit set.A stored map.A builder for this class.A builder for this class.The decision on what to do on an update.Class DecisionMaker provides callback interface (and should become a such in Java 8) for MVMap.operate method.A builder for maps.A persistent storage for maps.A background writer thread to automatically store changes from time to time.A builder for an MVStore.Class TxCounter is a simple data structure to hold version of the store along with the counter of open transactions, which are still operating on this version.Various kinds of MVStore problems, along with associated error code.A data type that can read any data that is persisted, and converts it to a byte array.A page (a node or a leaf).A pointer to a page, either in-memory or using a page position.Class RootReference is an immutable structure to represent state of the MVMap as a whole (not related to a particular B-Tree node).A facility to store streams in a map.An auto-resize buffer to write data into a ByteBuffer.
-
Classes in org.h2.mvstore used by org.h2.mvstore.dbClassDescriptionA cursor to iterate over elements in ascending or descending order.A stored map.A persistent storage for maps.Various kinds of MVStore problems, along with associated error code.A page (a node or a leaf).A facility to store streams in a map.An auto-resize buffer to write data into a ByteBuffer.
-
Classes in org.h2.mvstore used by org.h2.mvstore.rtreeClassDescriptionA position in a cursor.A stored map.A builder for this class.Class DecisionMaker provides callback interface (and should become a such in Java 8) for MVMap.operate method.A builder for maps.A page (a node or a leaf).An auto-resize buffer to write data into a ByteBuffer.
-
Classes in org.h2.mvstore used by org.h2.mvstore.txClassDescriptionA cursor to iterate over elements in ascending or descending order.A stored map.A builder for this class.A builder for this class.The decision on what to do on an update.Class DecisionMaker provides callback interface (and should become a such in Java 8) for MVMap.operate method.A builder for maps.A persistent storage for maps.Class TxCounter is a simple data structure to hold version of the store along with the counter of open transactions, which are still operating on this version.Class RootReference is an immutable structure to represent state of the MVMap as a whole (not related to a particular B-Tree node).An auto-resize buffer to write data into a ByteBuffer.
-
Classes in org.h2.mvstore used by org.h2.mvstore.type
-
Classes in org.h2.mvstore used by org.h2.tools