Class NodeUsageStatsForThreadPoolsCollector

java.lang.Object
org.elasticsearch.cluster.NodeUsageStatsForThreadPoolsCollector

public class NodeUsageStatsForThreadPoolsCollector extends Object
Collects the thread pool usage stats for each node in the cluster.

Results are returned as a map of node ID to node usage stats. Keeps track of the most recent usage stats for each node, which will be returned in the event of a failure response from that node.