Package org.h2.dev.store.btree

A persistent storage for tree maps.

See:
          Description

Interface Summary
DataType A data type.
MapFactory A factory for data types.
 

Class Summary
CacheLIRS<K,V> A scan resistant cache.
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,V> A cursor to iterate over elements in ascending order.
CursorPos A position in a cursor
DataUtils Utility methods
Dump Convert a database file to a human-readable text dump.
MVMap<K,V> A stored map.
MVStore A persistent storage for maps.
Page A page (a node or a leaf).
StringType A string type.
 

Package org.h2.dev.store.btree Description

A persistent storage for tree maps.