Interface PingAware


  • public interface PingAware
    Split brain protection functions that need access to ICMP ping failure detector should implement this interface; the instance of PingFailureDetector used by this member's ClusterHeartbeatManager will be provided on initialization.
    • Method Detail

      • onPingRestored

        void onPingRestored​(Member member)
        Notifies the SplitBrainProtectionFunction of a successful ping after one or more pings to that member were lost.
        Parameters:
        member - member which was pinged successfully