Package org.jboss.cache.util.concurrent

Class Summary
ConcurrentHashSet<E> A simple Set implementation backed by a ConcurrentHashMap to deal with the fact that the JDK does not have a proper concurrent Set implementation that uses efficient lock striping.
ReclosableLatch A better impl of ThreadGate, that uses an AbstractQueuedSynchronizer.
SelfInitializingConcurrentHashMap<K,V> Primarily used to hold child maps for nodes.
WithinThreadExecutor An executor that works within the current thread.
 



Copyright © 2008 JBoss, a division of Red Hat. All Rights Reserved.