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