Package | Description |
---|---|
com.hazelcast.client.cp.internal |
Contains client-side impl classes of the CP subsystem
|
com.hazelcast.cp |
Contains public APIs of CP Subsystem
|
com.hazelcast.cp.internal |
Contains implementation of CP Subsystem
|
com.hazelcast.cp.internal.datastructures.semaphore |
Contains service classes for the Raft-based
ISemaphore implementation |
com.hazelcast.cp.internal.datastructures.semaphore.proxy |
Contains
ISemaphore functionality
based on the Raft algorithm. |
com.hazelcast.internal.jmx |
Contains Hazelcast management bean classes.
|
Modifier and Type | Method and Description |
---|---|
ISemaphore |
CPSubsystemImpl.getSemaphore(String name) |
Modifier and Type | Method and Description |
---|---|
ISemaphore |
CPSubsystem.getSemaphore(String name)
Returns a proxy for an
ISemaphore instance created on CP
Subsystem. |
Modifier and Type | Method and Description |
---|---|
ISemaphore |
CPSubsystemImpl.getSemaphore(String name) |
Modifier and Type | Method and Description |
---|---|
ISemaphore |
SemaphoreService.createProxy(String proxyName) |
Modifier and Type | Class and Description |
---|---|
class |
SessionAwareSemaphoreProxy
Server-side session-aware proxy of Raft-based
ISemaphore |
class |
SessionlessSemaphoreProxy
Server-side sessionless proxy of Raft-based
ISemaphore |
Constructor and Description |
---|
SemaphoreMBean(ISemaphore managedObject,
ManagementService service) |
Copyright © 2019 Hazelcast, Inc.. All rights reserved.