public interface MapView<K,MV,V> extends ConcurrentMap<K,V>, Assetted<KeyValueStore<K,MV,V>>, Updatable<ConcurrentMap<K,V>>, KeyedVisitable<K,V>, View
| Modifier and Type | Method and Description |
|---|---|
default boolean |
keyedView() |
void |
registerKeySubscriber(Subscriber<K> subscriber) |
void |
registerSubscriber(Subscriber<MapEvent<K,V>> subscriber) |
void |
registerTopicSubscriber(TopicSubscriber<K,V> topicSubscriber) |
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllclear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, valuesasset, underlyingapply, apply, asyncUpdate, asyncUpdate, syncUpdate, syncUpdateapply, apply, asyncUpdate, asyncUpdate, get, set, syncUpdate, syncUpdatevoid registerTopicSubscriber(TopicSubscriber<K,V> topicSubscriber)
void registerKeySubscriber(Subscriber<K> subscriber)
void registerSubscriber(Subscriber<MapEvent<K,V>> subscriber)
Copyright © 2015. All rights reserved.