Package | Description |
---|---|
com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
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.
|
Modifier and Type | Method and Description |
---|---|
SplitBrainJoinMessage |
Node.createSplitBrainJoinMessage() |
Modifier and Type | Method and Description |
---|---|
protected SplitBrainJoinMessage |
AbstractJoiner.sendSplitBrainJoinMessage(Address target) |
Modifier and Type | Method and Description |
---|---|
protected SplitBrainJoinMessage.SplitBrainMergeCheckResult |
AbstractJoiner.shouldMerge(SplitBrainJoinMessage joinMessage)
Checks split-brain join response and returns the merge check result whether or not this node should
join to the target.
|
Constructor and Description |
---|
SplitBrainMulticastListener(Node node,
BlockingDeque<SplitBrainJoinMessage> deque) |
Constructor and Description |
---|
SplitBrainMergeValidationOp(SplitBrainJoinMessage request) |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.