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.shouldMerge(SplitBrainJoinMessage joinMessage)
Checks split-brain join response and returns the merge check result whether or not this node should
join to the target.
|
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 © 2017 Hazelcast, Inc.. All Rights Reserved.