Package org.h2.dev.cluster

A clustering implementation.

See:
          Description

Interface Summary
ShardedMap.CountedMap<K,V> A map that can efficiently return the index of a key, and the key at a given index.
ShardedMap.LargeMap A large map.
 

Class Summary
ShardedMap<K,V> A sharded map.
 

Package org.h2.dev.cluster Description

A clustering implementation.