Package org.h2.mvstore

A persistent storage for tree maps.

See:
          Description

Class Summary
ChangeCursor<K,V> A cursor to iterate over all keys in new pages.
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
MVMap<K,V> A stored map.
MVStore A persistent storage for maps.
MVStoreBuilder 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.