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