Package com.gengoai.kv
-
Interface Summary Interface Description KeyValueStore<K,V> A Key-Value store is a database in which data is associated with a unique key providing quick retrieval via the key.NavigableKeyValueStore<K,V> The interface Navigable key value store. -
Class Summary Class Description AbstractKeyValueStore<K,V> The type Abstract navigable key value store.AbstractNavigableKeyValueStore<K,V> The type Abstract navigable key value store.InMemoryKeyValueStore<K,V> KeyValueStoreConnection The type Kv store spec.