Uses of Class
com.yammer.metrics.core.DeltaCounter
-
Packages that use DeltaCounter Package Description com.yammer.metrics.core -
-
Uses of DeltaCounter in com.yammer.metrics.core
Methods in com.yammer.metrics.core that return DeltaCounter Modifier and Type Method Description static DeltaCounterDeltaCounter. get(com.yammer.metrics.core.MetricName metricName)A static factory method to create an instance of DeltaCounter.static DeltaCounterDeltaCounter. get(com.yammer.metrics.core.MetricsRegistry registry, com.yammer.metrics.core.MetricName metricName)A static factory method to create an instance of Delta Counter.Methods in com.yammer.metrics.core with parameters of type DeltaCounter Modifier and Type Method Description static longDeltaCounter. processDeltaCounter(DeltaCounter counter)This method returns the current count of the DeltaCounter and resets the counter.
-