Uses of Package
com.oracle.coherence.concurrent
Packages that use com.oracle.coherence.concurrent
Package
Description
Coherence Concurrent utilities based on java.util.concurrent.
-
Classes in com.oracle.coherence.concurrent used by com.oracle.coherence.concurrentClassDescriptionLocal implementation of
CountDownLatchinterface, that simply wrapsjava.util.concurrent.CountDownLatchinstance.Local implementation ofSemaphoreinterface, that simply wrapsjava.util.concurrent.Semaphoreinstance.A distributed count down latch with the same basic behavior and semantics as the JavaCountDownLatchclass, but uses theNamedCacheto support for synchronization aid that allows one or more threads across multiple cluster members to wait until a set of operations being performed in other threads/members completes.A distributed counting semaphore.