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 classAggregatingCounterAt the moment this is a NOOP implementation because we do not perform any aggregations on the counters.classNoopCounterMethods in com.couchbase.client.core.cnc.metrics that return Counter Modifier and Type Method Description CounterAggregatingMeter. 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.CounterNoopMeter. counter(String name, Map<String,String> tags)