Uses of Class
com.hazelcast.config.SplitBrainProtectionConfigBuilder
Packages that use SplitBrainProtectionConfigBuilder
-
Uses of SplitBrainProtectionConfigBuilder in com.hazelcast.config
Subclasses of SplitBrainProtectionConfigBuilder in com.hazelcast.configModifier and TypeClassDescriptionclass
Builder for aSplitBrainProtectionConfig
configured withProbabilisticSplitBrainProtectionFunction
that considers members present in the context of a split brain protection using a probabilistic, adaptive split brain protection function.class
Builder for aSplitBrainProtectionConfig
configured withRecentlyActiveSplitBrainProtectionFunction
that considers members present in the context of a split brain protection if the last received heartbeat is within a recent window of time.Methods in com.hazelcast.config that return SplitBrainProtectionConfigBuilderModifier and TypeMethodDescriptionSplitBrainProtectionConfigBuilder.enabled
(boolean enabled) SplitBrainProtectionConfigBuilder.withSplitBrainProtectionSize
(int minimumClusterSize)