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