Uses of Interface
com.oracle.coherence.concurrent.CountDownLatch
-
Packages that use CountDownLatch Package Description com.oracle.coherence.concurrent Coherence Concurrent utilities based on java.util.concurrent. -
-
Uses of CountDownLatch in com.oracle.coherence.concurrent
Classes in com.oracle.coherence.concurrent that implement CountDownLatch Modifier and Type Class Description classLocalCountDownLatchLocal implementation ofCountDownLatchinterface, that simply wrapsjava.util.concurrent.CountDownLatchinstance.classRemoteCountDownLatchA distributed count down latch with the same basic behavior and semantics as the JavaCountDownLatchclass, but uses theNamedCacheto support for synchronization aid that allows one or more threads across multiple cluster members to wait until a set of operations being performed in other threads/members completes.
-