Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Class and Description |
---|---|
class |
ProbabilisticSplitBrainProtectionConfigBuilder
Builder for a
SplitBrainProtectionConfig configured with ProbabilisticSplitBrainProtectionFunction that
considers members present in the context of a split brain protection using a probabilistic,
adaptive split brain protection function. |
class |
RecentlyActiveSplitBrainProtectionConfigBuilder
Builder for a
SplitBrainProtectionConfig configured with RecentlyActiveSplitBrainProtectionFunction that
considers members present in the context of a split brain protection if the last received heartbeat
is within a recent window of time. |
Modifier and Type | Method and Description |
---|---|
SplitBrainProtectionConfigBuilder |
SplitBrainProtectionConfigBuilder.enabled(boolean enabled) |
SplitBrainProtectionConfigBuilder |
SplitBrainProtectionConfigBuilder.withSplitBrainProtectionSize(int minimumClusterSize) |
Copyright © 2023 Hazelcast, Inc.. All rights reserved.