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

Packages that use Permit
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 Permit in com.hazelcast.concurrent.semaphore
 

Methods in com.hazelcast.concurrent.semaphore that return Permit
 Permit SemaphoreService.getOrCreatePermit(String name)
           
 

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

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

Methods in com.hazelcast.concurrent.semaphore.operations that return Permit
 Permit SemaphoreOperation.getPermit()
           
 

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



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