Package | Description |
---|---|
com.hazelcast.client.cp.internal |
Contains client-side impl classes of the CP subsystem
|
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.lock |
Contains service classes for the Raft-based
ILock
and FencedLock implementation |
com.hazelcast.cp.internal.datastructures.lock.proxy |
Contains
ILock functionality
based on the Raft algorithm. |
Modifier and Type | Method and Description |
---|---|
FencedLock |
CPSubsystemImpl.getLock(String name) |
Modifier and Type | Method and Description |
---|---|
FencedLock |
CPSubsystem.getLock(String name)
Returns a proxy for an
FencedLock instance created on the CP
subsystem. |
Modifier and Type | Method and Description |
---|---|
FencedLock |
CPSubsystemImpl.getLock(String name) |
Modifier and Type | Method and Description |
---|---|
FencedLock |
RaftLockService.createProxy(String proxyName) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRaftFencedLockProxy
Implements proxy methods for Raft-based
FencedLock API. |
class |
RaftFencedLockProxy
Server-side proxy of Raft-based
FencedLock API |
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.