public interface PingAware
PingFailureDetector used by this member's
 ClusterHeartbeatManager will be provided on initialization.| Modifier and Type | Method and Description | 
|---|---|
| void | onPingLost(Member member)Notifies the  SplitBrainProtectionFunctionof ping loss. | 
| void | onPingRestored(Member member)Notifies the  SplitBrainProtectionFunctionof a successful ping after one or more pings to that member were lost. | 
void onPingLost(Member member)
SplitBrainProtectionFunction of ping loss.member - member which was not pinged successfullyvoid onPingRestored(Member member)
SplitBrainProtectionFunction of a successful ping after one or more pings to that member were lost.member - member which was pinged successfullyCopyright © 2023 Hazelcast, Inc.. All rights reserved.