Interface MasterFaultDetection.Listener

    • Method Summary

      Modifier and Type Method Description
      void onMasterFailure​(DiscoveryNode masterNode, java.lang.Throwable cause, java.lang.String reason)
      called when pinging the master failed, like a timeout, transport disconnects etc
    • Method Detail

      • onMasterFailure

        void onMasterFailure​(DiscoveryNode masterNode,
                             java.lang.Throwable cause,
                             java.lang.String reason)
        called when pinging the master failed, like a timeout, transport disconnects etc