Class WriteLoadConstraintMonitor

java.lang.Object
org.elasticsearch.cluster.routing.allocation.WriteLoadConstraintMonitor

public class WriteLoadConstraintMonitor extends Object
Monitors the node-level write thread pool usage across the cluster and initiates (coming soon) a rebalancing round (via RerouteService.reroute(java.lang.String, org.elasticsearch.common.Priority, org.elasticsearch.action.ActionListener<java.lang.Void>)) whenever a node crosses the node-level write load thresholds. TODO (ES-11992): implement