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 Counter
Meter. 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 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
LoggingMeter. 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)
-