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 SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.pekko.util.Indexclear, findValue, foreach, isEmpty, keys, mapSize, put, remove, remove, removeValue, valueComparator, valueIterator, values
- 
Constructor Details- 
ConcurrentMultiMap
 
-