Package org.elasticsearch.discovery.zen
Class MasterFaultDetection
java.lang.Object
org.elasticsearch.discovery.zen.FaultDetection
org.elasticsearch.discovery.zen.MasterFaultDetection
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
public class MasterFaultDetection extends FaultDetection
A fault detection that pings the master periodically to see if its alive.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMasterFaultDetection.Listenerstatic classMasterFaultDetection.MasterPingRequeststatic classMasterFaultDetection.MasterPingResponseResponsestatic classMasterFaultDetection.ThisIsNotTheMasterYouAreLookingForExceptionThrown when a ping reaches the wrong node -
Field Summary
Fields Modifier and Type Field Description static java.lang.StringMASTER_PING_ACTION_NAMEFields inherited from class org.elasticsearch.discovery.zen.FaultDetection
clusterName, CONNECT_ON_NETWORK_DISCONNECT_SETTING, connectionListener, connectOnNetworkDisconnect, PING_INTERVAL_SETTING, PING_RETRIES_SETTING, PING_TIMEOUT_SETTING, pingInterval, pingRetryCount, pingRetryTimeout, REGISTER_CONNECTION_LISTENER_SETTING, registerConnectionListener, threadPool, transportService -
Constructor Summary
Constructors Constructor Description MasterFaultDetection(Settings settings, ThreadPool threadPool, TransportService transportService, java.util.function.Supplier<ClusterState> clusterStateSupplier, MasterService masterService, ClusterName clusterName) -
Method Summary
Modifier and Type Method Description voidaddListener(MasterFaultDetection.Listener listener)voidclose()protected voidhandleTransportDisconnect(DiscoveryNode node)DiscoveryNodemasterNode()voidremoveListener(MasterFaultDetection.Listener listener)voidrestart(DiscoveryNode masterNode, java.lang.String reason)voidstop(java.lang.String reason)
-
Field Details
-
MASTER_PING_ACTION_NAME
public static final java.lang.String MASTER_PING_ACTION_NAME- See Also:
- Constant Field Values
-
-
Constructor Details
-
MasterFaultDetection
public MasterFaultDetection(Settings settings, ThreadPool threadPool, TransportService transportService, java.util.function.Supplier<ClusterState> clusterStateSupplier, MasterService masterService, ClusterName clusterName)
-
-
Method Details
-
masterNode
-
addListener
-
removeListener
-
restart
-
stop
public void stop(java.lang.String reason) -
close
public void close()- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable- Overrides:
closein classFaultDetection
-
handleTransportDisconnect
-