| Package | Description |
|---|---|
| com.hazelcast.concurrent.semaphore |
This package contains ISemaphore functionality for Hazelcast.
The ISemaphore is the distributed version of the Semaphore. |
| com.hazelcast.core |
Provides core API interfaces/classes.
|
| com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SemaphoreProxy |
| Modifier and Type | Method and Description |
|---|---|
ISemaphore |
HazelcastInstance.getSemaphore(String name)
Creates cluster-wide semaphore.
|
| Modifier and Type | Method and Description |
|---|---|
ISemaphore |
HazelcastInstanceProxy.getSemaphore(String name) |
ISemaphore |
HazelcastInstanceImpl.getSemaphore(String name) |
Copyright © 2018 Hazelcast, Inc.. All rights reserved.