Uses of Interface
com.hazelcast.core.Semaphore

Packages that use Semaphore
com.hazelcast.core   
com.hazelcast.impl   
 

Uses of Semaphore in com.hazelcast.core
 

Methods in com.hazelcast.core that return Semaphore
 Semaphore HazelcastInstance.getSemaphore(String name)
          Creates cluster-wide semaphore.
static Semaphore Hazelcast.getSemaphore(String name)
          Creates a cluster-wide semaphore.
 

Uses of Semaphore in com.hazelcast.impl
 

Classes in com.hazelcast.impl that implement Semaphore
 class SemaphoreImpl
           
 

Methods in com.hazelcast.impl that return Semaphore
 Semaphore FactoryImpl.getSemaphore(String name)
           
 Semaphore FactoryImpl.HazelcastInstanceProxy.getSemaphore(String name)
           
 



Copyright © 2011 Hazel Bilisim Ltd.. All Rights Reserved.