public abstract class AbstractMetricCollector extends Object implements MetricCollector
MetricCollector
s.Constructor and Description |
---|
AbstractMetricCollector() |
Modifier and Type | Method and Description |
---|---|
void |
decrementCounter(String name)
Decrement a Counter by one.
|
void |
incrementCounter(String name)
Increment a Counter by one.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addCounter, addHistogram, addMeter, decrementCounter, incrementCounter, markMeter, removeCounter, removeHistogram, removeMeter, updateHistogram
public void decrementCounter(String name)
MetricCollector
decrementCounter
in interface MetricCollector
name
- the name of the counter.public void incrementCounter(String name)
MetricCollector
incrementCounter
in interface MetricCollector
name
- the name of the counter.Copyright © 2016. All rights reserved.