Uses of Class
com.oracle.coherence.concurrent.LocalSemaphore
Package
Description
Coherence Concurrent utilities based on java.util.concurrent.
-
Uses of LocalSemaphore in com.oracle.coherence.concurrent
Modifier and TypeMethodDescriptionstatic LocalSemaphore
Semaphores.localSemaphore
(String sName, int cPermits) Return a singleton instance of aLocalSemaphore
with a specified name and number of permits.