Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Permit |
SemaphoreService.getOrCreatePermit(String name) |
Modifier and Type | Method and Description |
---|---|
void |
SemaphoreService.insertMigrationData(Map<String,Permit> migrationData) |
Modifier and Type | Method and Description |
---|---|
Permit |
SemaphoreOperation.getPermit() |
Constructor and Description |
---|
SemaphoreReplicationOperation(Map<String,Permit> migrationData) |
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.