public abstract class AbstractMetricCollector extends java.lang.Object implements MetricCollector
MetricCollector
s.Constructor and Description |
---|
AbstractMetricCollector() |
Modifier and Type | Method and Description |
---|---|
void |
decrementCounter(java.lang.String name)
Decrement a Counter by one.
|
void |
incrementCounter(java.lang.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(java.lang.String name)
MetricCollector
decrementCounter
in interface MetricCollector
name
- the name of the counter.public void incrementCounter(java.lang.String name)
MetricCollector
incrementCounter
in interface MetricCollector
name
- the name of the counter.Copyright © 2006-2009 Dustin Sallings, 2009-2013 Couchbase, Inc.