Package | Description |
---|---|
com.hazelcast.cp.internal.datastructures.lock |
Contains service classes for the Raft-based
ILock
and FencedLock implementation |
com.hazelcast.cp.internal.datastructures.lock.client |
Client protocol tasks for the Raft-based Lock implementation
|
com.hazelcast.cp.internal.datastructures.lock.proxy |
Contains
ILock functionality
based on the Raft algorithm. |
Modifier and Type | Method and Description |
---|---|
RaftLockOwnershipState |
RaftLockService.getLockOwnershipState(CPGroupId groupId,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
GetLockOwnershipStateMessageTask.onResponse(RaftLockOwnershipState response) |
Modifier and Type | Method and Description |
---|---|
protected abstract InternalCompletableFuture<RaftLockOwnershipState> |
AbstractRaftFencedLockProxy.doGetLockOwnershipState() |
protected InternalCompletableFuture<RaftLockOwnershipState> |
RaftFencedLockProxy.doGetLockOwnershipState() |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.