Uses of Class
com.hazelcast.concurrent.semaphore.SemaphoreContainer

Packages that use SemaphoreContainer
com.hazelcast.concurrent.semaphore This package contains ISemaphore functionality for Hazelcast.
The ISemaphore is the distributed version of the Semaphore
com.hazelcast.concurrent.semaphore.operations This package contains the operations on the ISemaphore.
 
 

Uses of SemaphoreContainer in com.hazelcast.concurrent.semaphore
 

Methods in com.hazelcast.concurrent.semaphore that return SemaphoreContainer
 SemaphoreContainer SemaphoreService.getSemaphoreContainer(String name)
           
 

Method parameters in com.hazelcast.concurrent.semaphore with type arguments of type SemaphoreContainer
 void SemaphoreService.insertMigrationData(Map<String,SemaphoreContainer> migrationData)
           
 

Uses of SemaphoreContainer in com.hazelcast.concurrent.semaphore.operations
 

Methods in com.hazelcast.concurrent.semaphore.operations that return SemaphoreContainer
 SemaphoreContainer SemaphoreOperation.getSemaphoreContainer()
           
 

Constructor parameters in com.hazelcast.concurrent.semaphore.operations with type arguments of type SemaphoreContainer
SemaphoreReplicationOperation(Map<String,SemaphoreContainer> migrationData)
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.