Package org.apache.pekko.util
Class ConcurrentMultiMap<K,V>
java.lang.Object
org.apache.pekko.util.Index<K,V>
org.apache.pekko.util.ConcurrentMultiMap<K,V>
An implementation of a ConcurrentMultiMap
Adds/remove is serialized over the specified key
Reads are fully concurrent <-- el-cheapo
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.pekko.util.Index
clear, findValue, foreach, isEmpty, keys, mapSize, put, remove, remove, removeValue, valueComparator, valueIterator, values
-
Constructor Details
-
ConcurrentMultiMap
-