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