Package | Description |
---|---|
com.hazelcast.client.proxy |
This package contains client side proxy implementations of the different Hazelcast data structures
and operation types
|
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 |
ClientSemaphoreProxy
Proxy implementation of
ISemaphore . |
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.