Package | Description |
---|---|
com.hazelcast.client.cp.internal.session |
Contains client-side impl of the Raft proxy session manager
|
com.hazelcast.cp.internal.datastructures.lock.proxy |
Contains
ILock functionality
based on the Raft algorithm. |
com.hazelcast.cp.internal.session |
Contains service classes
for the Raft-based
ISemaphore implementation |
Modifier and Type | Class and Description |
---|---|
class |
ClientProxySessionManager
Client-side implementation of Raft proxy session manager
|
Constructor and Description |
---|
AbstractRaftFencedLockProxy(AbstractProxySessionManager sessionManager,
RaftGroupId groupId,
String proxyName,
String objectName) |
Modifier and Type | Class and Description |
---|---|
class |
ProxySessionManagerService
Server-side implementation of Raft proxy session manager
|
Constructor and Description |
---|
SessionAwareProxy(AbstractProxySessionManager sessionManager,
RaftGroupId groupId) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.