public interface KeyMapStore<K,S,T> extends KeyValueStore<K,Map<S,T>>
| Modifier and Type | Method and Description |
|---|---|
T |
get(K key,
S subKey)
get subValue from store.
|
void |
put(K key,
S subKey,
T value)
put sub key value into the store incrementally.
|
clearCache, close, flush, get, put, removevoid put(K key, S subKey, T value) throws IOException
IOExceptionT get(K key, S subKey) throws IOException
IOExceptionCopyright © 2020. All rights reserved.