Uses of Class
com.oracle.coherence.concurrent.internal.LatchCounter
-
Packages that use LatchCounter Package Description com.oracle.coherence.concurrent Coherence Concurrent utilities based on java.util.concurrent. -
-
Uses of LatchCounter in com.oracle.coherence.concurrent
Methods in com.oracle.coherence.concurrent that return types with arguments of type LatchCounter Modifier and Type Method Description protected static com.tangosol.net.NamedMap<String,LatchCounter>Latches. latchesMap()Return CoherenceNamedMapcontaining the countdown latches state.Constructor parameters in com.oracle.coherence.concurrent with type arguments of type LatchCounter Constructor Description RemoteCountDownLatch(String sName, int count, com.tangosol.net.NamedMap<String,LatchCounter> latches)Constructs aRemoteCountDownLatchinitialized with the given count.
-