Package | Description |
---|---|
com.hazelcast.client.impl.clientside |
Contains most of the client side HazelcastInstance implementation functionality.
|
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.cp |
Contains public APIs of the CP subsystem
|
com.hazelcast.cp.internal |
Contains implementation of the CP subsystem
|
com.hazelcast.cp.internal.datastructures.semaphore.proxy |
Contains
ISemaphore functionality
based on the Raft algorithm. |
com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
com.hazelcast.internal.jmx |
Contains Hazelcast management bean classes.
|
Modifier and Type | Method and Description |
---|---|
ISemaphore |
HazelcastClientInstanceImpl.getSemaphore(String name) |
ISemaphore |
HazelcastClientProxy.getSemaphore(String name) |
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)
Deprecated.
This implementation may lose strong consistency in case of network failures
or server failures. Please use
CPSubsystem.getSemaphore(String) instead.
This method will be removed in Hazelcast 4.0. |
Modifier and Type | Method and Description |
---|---|
ISemaphore |
CPSubsystem.getSemaphore(String name)
Returns a proxy for an
ISemaphore instance created on the CP
subsystem. |
Modifier and Type | Method and Description |
---|---|
ISemaphore |
CPSubsystemImpl.getSemaphore(String name) |
Modifier and Type | Class and Description |
---|---|
class |
RaftSessionAwareSemaphoreProxy
Server-side session-aware proxy of Raft-based
ISemaphore |
class |
RaftSessionlessSemaphoreProxy
Server-side sessionless proxy of Raft-based
ISemaphore |
Modifier and Type | Method and Description |
---|---|
ISemaphore |
HazelcastInstanceImpl.getSemaphore(String name) |
ISemaphore |
HazelcastInstanceProxy.getSemaphore(String name) |
Constructor and Description |
---|
SemaphoreMBean(ISemaphore managedObject,
ManagementService service) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.