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