Uses of Package
org.h2.mvstore
-
Packages that use org.h2.mvstore Package Description org.h2.engine Contains high level classes of the database and classes that don't fit in another sub-package.org.h2.mvstore A persistent storage for tree maps.org.h2.mvstore.db Helper classes to use the MVStore in the H2 database.org.h2.mvstore.rtree An R-tree implementationorg.h2.mvstore.tx Helper classes to use the MVStore in a transactional manner.org.h2.mvstore.type Data types and serialization / deserializationorg.h2.tools Various tools. -
Classes in org.h2.mvstore used by org.h2.engine Class Description MVMap A stored map. -
Classes in org.h2.mvstore used by org.h2.mvstore Class Description Chunk A chunk of data, containing one or multiple pages.Cursor A cursor to iterate over elements in ascending or descending order.CursorPos A position in a cursor.FileStore The default storage mechanism of the MVStore.FreeSpaceBitSet A free space bit set.MVMap A stored map.MVMap.BasicBuilder A builder for this class.MVMap.Builder A builder for this class.MVMap.Decision The decision on what to do on an update.MVMap.DecisionMaker Class DecisionMaker provides callback interface (and should become a such in Java 8) for MVMap.operate method.MVMap.IntValueHolder MVMap.MapBuilder A builder for maps.MVStore A persistent storage for maps.MVStore.BackgroundWriterThread A background writer thread to automatically store changes from time to time.MVStore.Builder A builder for an MVStore.MVStore.RemovedPageInfo MVStore.TxCounter 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.MVStoreException Various kinds of MVStore problems, along with associated error code.MVStoreTool.GenericDataType A data type that can read any data that is persisted, and converts it to a byte array.Page A page (a node or a leaf).Page.Leaf Page.NonLeaf Page.PageReference A pointer to a page, either in-memory or using a page position.RootReference Class RootReference is an immutable structure to represent state of the MVMap as a whole (not related to a particular B-Tree node).StreamStore A facility to store streams in a map.WriteBuffer An auto-resize buffer to write data into a ByteBuffer. -
Classes in org.h2.mvstore used by org.h2.mvstore.db Class Description Cursor A cursor to iterate over elements in ascending or descending order.MVMap A stored map.MVStore A persistent storage for maps.MVStoreException Various kinds of MVStore problems, along with associated error code.Page A page (a node or a leaf).StreamStore A facility to store streams in a map.WriteBuffer An auto-resize buffer to write data into a ByteBuffer. -
Classes in org.h2.mvstore used by org.h2.mvstore.rtree Class Description CursorPos A position in a cursor.MVMap A stored map.MVMap.BasicBuilder A builder for this class.MVMap.DecisionMaker Class DecisionMaker provides callback interface (and should become a such in Java 8) for MVMap.operate method.MVMap.MapBuilder A builder for maps.Page A page (a node or a leaf).WriteBuffer An auto-resize buffer to write data into a ByteBuffer. -
Classes in org.h2.mvstore used by org.h2.mvstore.tx Class Description Cursor A cursor to iterate over elements in ascending or descending order.MVMap A stored map.MVMap.BasicBuilder A builder for this class.MVMap.Builder A builder for this class.MVMap.Decision The decision on what to do on an update.MVMap.DecisionMaker Class DecisionMaker provides callback interface (and should become a such in Java 8) for MVMap.operate method.MVMap.MapBuilder A builder for maps.MVStore A persistent storage for maps.MVStore.TxCounter 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.RootReference Class RootReference is an immutable structure to represent state of the MVMap as a whole (not related to a particular B-Tree node).WriteBuffer An auto-resize buffer to write data into a ByteBuffer. -
Classes in org.h2.mvstore used by org.h2.mvstore.type Class Description WriteBuffer An auto-resize buffer to write data into a ByteBuffer. -
Classes in org.h2.mvstore used by org.h2.tools Class Description MVStore A persistent storage for maps.