Uses of Interface
com.couchbase.client.core.cnc.Counter
Package | Description |
---|---|
com.couchbase.client.core.cnc | |
com.couchbase.client.core.cnc.metrics |
-
Uses of Counter in com.couchbase.client.core.cnc
-
Uses of Counter in com.couchbase.client.core.cnc.metrics
Classes in com.couchbase.client.core.cnc.metrics that implement Counter Modifier and Type Class Description class
AggregatingCounter
At the moment this is a NOOP implementation because we do not perform any aggregations on the counters.class
NoopCounter
Methods in com.couchbase.client.core.cnc.metrics that return Counter Modifier and Type Method Description Counter
AggregatingMeter. counter(String name, Map<String,String> tags)
Note that since we are not performing any aggregations on the counter type, this pretty much is a NOOP for performance reasons.Counter
NoopMeter. counter(String name, Map<String,String> tags)