Uses of Class
com.oracle.coherence.concurrent.LocalSemaphore
Packages that use LocalSemaphore
Package
Description
Coherence Concurrent utilities based on java.util.concurrent.
- 
Uses of LocalSemaphore in com.oracle.coherence.concurrent
Methods in com.oracle.coherence.concurrent that return LocalSemaphoreModifier and TypeMethodDescriptionstatic LocalSemaphoreSemaphores.localSemaphore(String sName, int cPermits) Return a singleton instance of aLocalSemaphorewith a specified name and number of permits.