Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.splitbrainprotection |
Contains classes related to cluster split brain protection.
|
Modifier and Type | Method and Description |
---|---|
SplitBrainProtectionOn |
SplitBrainProtectionConfig.getProtectOn() |
Modifier and Type | Method and Description |
---|---|
SplitBrainProtectionConfig |
SplitBrainProtectionConfig.setProtectOn(SplitBrainProtectionOn protectOn) |
Modifier and Type | Method and Description |
---|---|
static SplitBrainProtectionOn |
SplitBrainProtectionOn.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SplitBrainProtectionOn[] |
SplitBrainProtectionOn.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SplitBrainProtectionService.ensureNoSplitBrain(String splitBrainProtectionName,
SplitBrainProtectionOn requiredSplitBrainProtectionPermissionType)
Ensures that the split brain protection with the given name is present.
|
Copyright © 2023 Hazelcast, Inc.. All rights reserved.