Package org.elasticsearch.discovery.zen
Interface MasterFaultDetection.Listener
- Enclosing class:
- MasterFaultDetection
public static interface MasterFaultDetection.Listener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onMasterFailure(DiscoveryNode masterNode, Throwable cause, String reason)
called when pinging the master failed, like a timeout, transport disconnects etc
-
Method Details
-
onMasterFailure
called when pinging the master failed, like a timeout, transport disconnects etc
-