Uses of Enum Class
com.hazelcast.splitbrainprotection.SplitBrainProtectionOn
Packages that use SplitBrainProtectionOn
Package
Description
Provides classes for configuring HazelcastInstance.
Contains classes related to cluster split brain protection.
-
Uses of SplitBrainProtectionOn in com.hazelcast.config
Methods in com.hazelcast.config that return SplitBrainProtectionOnMethods in com.hazelcast.config with parameters of type SplitBrainProtectionOnModifier and TypeMethodDescriptionSplitBrainProtectionConfig.setProtectOn
(SplitBrainProtectionOn protectOn) -
Uses of SplitBrainProtectionOn in com.hazelcast.splitbrainprotection
Methods in com.hazelcast.splitbrainprotection that return SplitBrainProtectionOnModifier and TypeMethodDescriptionstatic SplitBrainProtectionOn
Returns the enum constant of this class with the specified name.static SplitBrainProtectionOn[]
SplitBrainProtectionOn.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.hazelcast.splitbrainprotection with parameters of type SplitBrainProtectionOnModifier and TypeMethodDescriptionvoid
SplitBrainProtectionService.ensureNoSplitBrain
(String splitBrainProtectionName, SplitBrainProtectionOn requiredSplitBrainProtectionPermissionType) Ensures that the split brain protection with the given name is present.