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