Package org.h2.mvstore

A persistent storage for tree maps.

See:
          Description

Interface Summary
MVMap.MapBuilder<M extends MVMap<K,V>,K,V> A builder for maps.
 

Class Summary
Chunk A chunk of data, containing one or multiple pages.
Cursor<K> A cursor to iterate over elements in ascending order.
CursorPos A position in a cursor
DataUtils Utility methods
FreeSpaceBitSet A free space bit set.
MVMap<K,V> A stored map.
MVMap.Builder<K,V> A builder for this class.
MVMapConcurrent<K,V> A stored map.
MVMapConcurrent.Builder<K,V> A builder for this class.
MVStore A persistent storage for maps.
MVStore.Builder A builder for an MVStore.
MVStoreTool Utility methods used in combination with the MVStore.
Page A page (a node or a leaf).
StreamStore A facility to store streams in a map.
 

Package org.h2.mvstore Description

A persistent storage for tree maps.