This project has retired. For details please refer to its
Attic page.
ConcurrentCountingMap (REEF 0.14.0 API)
- java.lang.Object
-
- org.apache.reef.io.network.group.impl.utils.ConcurrentCountingMap<K,V>
-
public class ConcurrentCountingMap<K,V>
extends Object
Utility map class that wraps a CountingMap.
in a ConcurrentMap
Equivalent to Map<K,Map<V,Integer>>
-
-
Method Detail
-
clear
public void clear()
Copyright © 2016 The Apache Software Foundation. All rights reserved.