public interface ActionMetrics
| Modifier and Type | Method and Description |
|---|---|
long |
getMetricCountForTimePeriod(Metric metric,
long timePeriod,
java.util.concurrent.TimeUnit timeUnit) |
HealthSnapshot |
healthSnapshot(long timePeriod,
java.util.concurrent.TimeUnit timeUnit) |
void |
incrementMetricCount(Metric metric) |
java.util.Map<java.lang.Object,java.lang.Object> |
snapshot(long timePeriod,
java.util.concurrent.TimeUnit timeUnit) |
void incrementMetricCount(Metric metric)
long getMetricCountForTimePeriod(Metric metric, long timePeriod, java.util.concurrent.TimeUnit timeUnit)
HealthSnapshot healthSnapshot(long timePeriod, java.util.concurrent.TimeUnit timeUnit)
java.util.Map<java.lang.Object,java.lang.Object> snapshot(long timePeriod,
java.util.concurrent.TimeUnit timeUnit)
Copyright © 2014 Tim Brooks. All Rights Reserved.