Class ComponentHealthThresholdMonitor
java.lang.Object
org.apache.hadoop.yarn.service.monitor.ComponentHealthThresholdMonitor
- All Implemented Interfaces:
Runnable
Monitors the health of containers of a specific component at a regular
interval. It takes necessary actions when the health of a component drops
below a desired threshold.
-
Constructor Summary
ConstructorsConstructorDescriptionComponentHealthThresholdMonitor(Component component, int healthThresholdPercent, long healthThresholdWindowSecs) -
Method Summary