Package org.infinispan.commons.util.concurrent
Provides commons interfaces and classes related to concurrency
-
Interface Summary Interface Description ConcurrentWeakKeyHashMap.ReusableIterator<E> -
Class Summary Class Description ConcurrentHashSet<E> Deprecated. since 10.0, useConcurrentHashMap.newKeySet()instead.ConcurrentWeakKeyHashMap<K,V> Deprecated. since 10.0NonReentrantLock A simplistic non-reentrant lock that does not use ownership by thread.StripedCounters<T> Duplicates a set of counters in a set of stripes, so that multiple threads can increment those counters without too much contention.