public class ExecutorMetrics
extends Object
Consolidated executor metrics for the health summary.
-
Constructor Summary
Constructors
ExecutorMetrics(Map<String,Map<String,ExecutorNodeSnapshot>> latestSnapshots,
Map<String,Map<String,Integer>> threadByNode10m,
Map<String,Map<String,Integer>> threadByNode1h,
Map<String,Map<String,Integer>> queueByNode10m,
Map<String,Map<String,Integer>> queueByNode1h)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ExecutorMetrics
public ExecutorMetrics(Map<String,Map<String,ExecutorNodeSnapshot>> latestSnapshots,
Map<String,Map<String,Integer>> threadByNode10m,
Map<String,Map<String,Integer>> threadByNode1h,
Map<String,Map<String,Integer>> queueByNode10m,
Map<String,Map<String,Integer>> queueByNode1h)
-