Uses of Class
com.oracle.coherence.concurrent.internal.SemaphoreStatus
-
Packages that use SemaphoreStatus Package Description com.oracle.coherence.concurrent Coherence Concurrent utilities based on java.util.concurrent.com.oracle.coherence.concurrent.internal -
-
Uses of SemaphoreStatus in com.oracle.coherence.concurrent
Methods in com.oracle.coherence.concurrent that return types with arguments of type SemaphoreStatus Modifier and Type Method Description static com.tangosol.net.NamedMap<String,SemaphoreStatus>Semaphores. semaphoresMap()Return CoherenceNamedMapfor the remote semaphores.Constructor parameters in com.oracle.coherence.concurrent with type arguments of type SemaphoreStatus Constructor Description RemoteSemaphore(String sName, int permits, com.tangosol.net.NamedMap<String,SemaphoreStatus> semaphores)Create an instance ofRemoteSemaphore -
Uses of SemaphoreStatus in com.oracle.coherence.concurrent.internal
Method parameters in com.oracle.coherence.concurrent.internal with type arguments of type SemaphoreStatus Modifier and Type Method Description VoidSemaphoreStatus.RemovePermits. process(com.tangosol.util.InvocableMap.Entry<String,SemaphoreStatus> entry)
-