public interface MetricsCountSampler<S,K,M extends Metric> extends MetricsSampler
| Modifier and Type | Method and Description |
|---|---|
Optional<ConcurrentMap<M,AtomicLong>> |
getCount(K metricName) |
void |
inc(S source,
K metricName) |
sampleOptional<ConcurrentMap<M,AtomicLong>> getCount(K metricName)
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.