Uses of Interface
com.oracle.coherence.concurrent.CountDownLatch
Package
Description
Coherence Concurrent utilities based on java.util.concurrent.
-
Uses of CountDownLatch in com.oracle.coherence.concurrent
Modifier and TypeClassDescriptionclass
Local implementation ofCountDownLatch
interface, that simply wrapsjava.util.concurrent.CountDownLatch
instance.class
A distributed count down latch with the same basic behavior and semantics as the JavaCountDownLatch
class, but uses theNamedCache
to 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.