Package com.netflix.eureka.util
Class ServoControl
- java.lang.Object
-
- com.netflix.servo.monitor.AbstractMonitor<java.lang.Long>
-
- com.netflix.servo.monitor.StatsMonitor
-
- com.netflix.servo.monitor.StatsTimer
-
- com.netflix.eureka.util.ServoControl
-
- All Implemented Interfaces:
com.netflix.servo.monitor.CompositeMonitor<java.lang.Long>,com.netflix.servo.monitor.Monitor<java.lang.Long>,com.netflix.servo.monitor.NumericMonitor<java.lang.Long>,com.netflix.servo.monitor.Timer
public class ServoControl extends com.netflix.servo.monitor.StatsTimerThe sole purpose of this class is shutting down theprotectedexecutor ofStatsTimer
-
-
Constructor Summary
Constructors Constructor Description ServoControl(com.netflix.servo.monitor.MonitorConfig baseConfig, com.netflix.servo.stats.StatsConfig statsConfig)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidshutdown()-
Methods inherited from class com.netflix.servo.monitor.StatsTimer
equals, getCount, getTimeUnit, getTotalTime, hashCode, record, start, toString
-
Methods inherited from class com.netflix.servo.monitor.StatsMonitor
getCount, getMonitors, getTotalMeasurement, getValue, getValue, handleException, record, startComputingStats
-
-