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 RemoteCountDownLatchLatches. remoteCountDownLatch(String sName, int count)Return a singleton instance of aRemoteCountDownLatchwith a specified name and count.
-