Uses of Class
com.oracle.coherence.concurrent.RemoteCountDownLatch
-
Packages that use RemoteCountDownLatch Package Description com.oracle.coherence.concurrent Coherence Concurrent utilities based on java.util.concurrent. -
-
Uses of RemoteCountDownLatch in com.oracle.coherence.concurrent
Methods in com.oracle.coherence.concurrent that return RemoteCountDownLatch Modifier and Type Method Description static RemoteCountDownLatch
Latches. remoteCountDownLatch(String sName, int count)
Return a singleton instance of aRemoteCountDownLatch
with a specified name and count.
-