Package | Description |
---|---|
com.hazelcast.cp |
Contains public APIs of the CP subsystem
|
com.hazelcast.cp.internal |
Contains implementation of the CP subsystem
|
com.hazelcast.cp.internal.session |
Contains service classes
for the Raft-based
ISemaphore implementation |
Modifier and Type | Method and Description |
---|---|
CPSessionManagementService |
CPSubsystem.getCPSessionManagementService()
Returns the
CPSessionManagementService of this Hazelcast
instance. |
Modifier and Type | Method and Description |
---|---|
CPSessionManagementService |
CPSubsystemImpl.getCPSessionManagementService() |
Modifier and Type | Class and Description |
---|---|
class |
RaftSessionService
This service offers a set of abstractions to track liveliness of Hazelcast
clients and servers that use (possibly blocking) data structures
on the Raft layer, such as locks and semaphores.
|
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.