Uses of Interface
com.couchbase.client.core.cnc.Counter
-
Packages that use Counter Package Description com.couchbase.client.core.cnc com.couchbase.client.core.cnc.metrics -
-
Uses of Counter in com.couchbase.client.core.cnc
Methods in com.couchbase.client.core.cnc that return Counter Modifier and Type Method Description CounterMeter. counter(String name, Map<String,String> tags)Creates a new counter. -
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 CounterLoggingMeter. 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)
-