Class LocalHealthMonitor

java.lang.Object
org.elasticsearch.health.node.LocalHealthMonitor
All Implemented Interfaces:
ClusterStateListener

public class LocalHealthMonitor extends Object implements ClusterStateListener
This class monitors the local health of the node, such as the load and any errors that can be specific to a node (as opposed to errors that are cluster-wide). It informs the health node about the local health upon change, or when a new node is detected, or when the master node changed.