| Interface | Description |
|---|---|
| ReadOnlyStore<K extends Comparable<K>,V> |
A store that only supports read operations.
|
| Store<K extends Comparable<K>,V> |
This provides an active data connection to a store's data source, supporting read and write operations.
|