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