| Package | Description |
|---|---|
| com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
| com.hazelcast.splitbrainprotection.impl |
Contains cluster split brain protection implementation classes.
|
| Modifier and Type | Method and Description |
|---|---|
SplitBrainProtectionFunction |
SplitBrainProtectionConfig.getFunctionImplementation() |
| Modifier and Type | Method and Description |
|---|---|
SplitBrainProtectionConfig |
SplitBrainProtectionConfig.setFunctionImplementation(SplitBrainProtectionFunction functionImplementation) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProbabilisticSplitBrainProtectionFunction |
class |
RecentlyActiveSplitBrainProtectionFunction
A split brain protection function that keeps track of the last heartbeat timestamp per member.
|
Copyright © 2019 Hazelcast, Inc.. All rights reserved.