| Interface | Description |
|---|---|
| IKey<K extends IKey<K>> |
Specifies a logical location of a chunk of data (ByteBuffer), and maps the logical location to the region it's stored in (
RegionKey),
and logical location inside the region (ID). |
| IKeyProvider<K extends IKey<K>> |
Provides metadata about keys and allows creating keys by region name.
|
| Class | Description |
|---|---|
| RegionKey |