Package | Description |
---|---|
com.hazelcast.internal.cluster.impl |
This package contains the implementation of the cluster functionality.
|
Modifier and Type | Method and Description |
---|---|
protected SplitBrainJoinMessage.SplitBrainMergeCheckResult |
AbstractJoiner.sendSplitBrainJoinMessageAndCheckResponse(Address target,
SplitBrainJoinMessage request)
Sends a split brain join request to the target address and checks the response to see if this node should merge
to the target address.
|
SplitBrainJoinMessage.SplitBrainMergeCheckResult |
ClusterJoinManager.shouldMerge(SplitBrainJoinMessage joinMessage) |
static SplitBrainJoinMessage.SplitBrainMergeCheckResult |
SplitBrainJoinMessage.SplitBrainMergeCheckResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SplitBrainJoinMessage.SplitBrainMergeCheckResult[] |
SplitBrainJoinMessage.SplitBrainMergeCheckResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.