public abstract class AbstractMetricCollector extends java.lang.Object implements MetricCollector
MetricCollectors.| 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, waitaddCounter, addHistogram, addMeter, decrementCounter, incrementCounter, markMeter, removeCounter, removeHistogram, removeMeter, updateHistogrampublic void decrementCounter(java.lang.String name)
MetricCollectordecrementCounter in interface MetricCollectorname - the name of the counter.public void incrementCounter(java.lang.String name)
MetricCollectorincrementCounter in interface MetricCollectorname - the name of the counter.Copyright © 2006-2009 Dustin Sallings, 2009-2013 Couchbase, Inc.