| Package | Description |
|---|---|
| com.hazelcast.concurrent.lock | |
| com.hazelcast.concurrent.lock.operations |
This package contains the operations on the ILock.
|
| com.hazelcast.internal.cluster.impl |
This package contains the implementation of the cluster functionality.
|
| com.hazelcast.internal.cluster.impl.operations |
This package contains operations for the com.hazelcast.cluster.impl package.
|
| com.hazelcast.internal.partition.operation |
Contains the operations for partition package.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LockStoreImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLockOperation |
class |
AwaitBackupOperation |
class |
AwaitOperation |
class |
BeforeAwaitBackupOperation |
class |
BeforeAwaitOperation |
class |
GetLockCountOperation |
class |
GetRemainingLeaseTimeOperation |
class |
IsLockedOperation |
class |
LocalLockCleanupOperation |
class |
LockBackupOperation |
class |
LockOperation |
class |
LockReplicationOperation |
class |
SignalBackupOperation |
class |
SignalOperation |
class |
UnlockBackupOperation |
class |
UnlockIfLeaseExpiredOperation |
class |
UnlockOperation |
| Modifier and Type | Class and Description |
|---|---|
class |
SplitBrainJoinMessage
A
JoinMessage issued by the master node of a subcluster to the master of another subcluster
while searching for other clusters for split brain recovery. |
| Modifier and Type | Class and Description |
|---|---|
class |
FinalizeJoinOp
Sent by the master to all members to finalize the join operation from a joining/returning node.
|
class |
MembersUpdateOp |
| Modifier and Type | Class and Description |
|---|---|
class |
CheckReplicaVersion |
class |
ReplicaSyncRequest
The request sent from a replica to the partition owner to synchronize the replica data.
|
class |
ReplicaSyncRetryResponse
The response to a
ReplicaSyncRequest that the replica should retry. |
Copyright © 2017. All Rights Reserved.