K
- the key typeV
- the value typepublic interface WrapperStore<K,V> extends Store<K,V>
Store
s which act like wrapper and does not have any storage, rather
delegate the storage to other storesModifier and Type | Interface and Description |
---|---|
static interface |
WrapperStore.Provider
Service to create
WrapperStore s |
Store.Configuration<K,V>, Store.Iterator<T>, Store.PutStatus, Store.RemoveStatus, Store.ReplaceStatus, Store.ValueHolder<V>
bulkCompute, bulkCompute, bulkComputeIfAbsent, clear, computeAndGet, computeIfAbsent, containsKey, get, getAndCompute, getAndPut, getAndRemove, getStoreEventSource, iterator, put, putIfAbsent, remove, remove, replace, replace
getConfigurationChangeListeners