Package com.netflix.discovery.util
Class ThresholdLevelsMetric.NoOpThresholdLevelMetric
- java.lang.Object
-
- com.netflix.discovery.util.ThresholdLevelsMetric
-
- com.netflix.discovery.util.ThresholdLevelsMetric.NoOpThresholdLevelMetric
-
- Enclosing class:
- ThresholdLevelsMetric
public static class ThresholdLevelsMetric.NoOpThresholdLevelMetric extends ThresholdLevelsMetric
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.netflix.discovery.util.ThresholdLevelsMetric
ThresholdLevelsMetric.NoOpThresholdLevelMetric
-
-
Field Summary
-
Fields inherited from class com.netflix.discovery.util.ThresholdLevelsMetric
NO_OP_METRIC
-
-
Constructor Summary
Constructors Constructor Description NoOpThresholdLevelMetric()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshutdown()voidupdate(long delayMs)
-
-
-
Method Detail
-
update
public void update(long delayMs)
- Overrides:
updatein classThresholdLevelsMetric
-
shutdown
public void shutdown()
- Overrides:
shutdownin classThresholdLevelsMetric
-
-