Uses of Interface
com.oracle.coherence.concurrent.Semaphore
-
Packages that use Semaphore Package Description com.oracle.coherence.concurrent Coherence Concurrent utilities based on java.util.concurrent. -
-
Uses of Semaphore in com.oracle.coherence.concurrent
Classes in com.oracle.coherence.concurrent that implement Semaphore Modifier and Type Class Description class
LocalSemaphore
Local implementation ofSemaphore
interface, that simply wrapsjava.util.concurrent.Semaphore
instance.class
RemoteSemaphore
A distributed counting semaphore.
-