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 LocalCountDownLatchLatches.localCountDownLatch(String sName, int count) Return a singleton instance of aLocalCountDownLatchwith a specified name and initial count.