Uses of Interface
com.gengoai.kv.KeyValueStore
-
Packages that use KeyValueStore Package Description com.gengoai.kv -
-
Uses of KeyValueStore in com.gengoai.kv
Subinterfaces of KeyValueStore in com.gengoai.kv Modifier and Type Interface Description interface
NavigableKeyValueStore<K,V>
The interface Navigable key value store.Classes in com.gengoai.kv that implement KeyValueStore Modifier and Type Class Description class
AbstractKeyValueStore<K,V>
The type Abstract navigable key value store.class
AbstractNavigableKeyValueStore<K,V>
The type Abstract navigable key value store.class
InMemoryKeyValueStore<K,V>
Methods in com.gengoai.kv with type parameters of type KeyValueStore Modifier and Type Method Description static <K,V,T extends KeyValueStore<K,V>>
TKeyValueStore. connect(@NonNull String connectionString)
<K,V,T extends KeyValueStore<K,V>>
TKeyValueStoreConnection. connect()
Connect t.
-