public abstract class HistogramInstrumentAndReturn<T> extends InstrumentAndReturn<Histogram,T>
| Constructor and Description |
|---|
HistogramInstrumentAndReturn(MetricConfigurationProvider provider,
MetricProperty... properties) |
HistogramInstrumentAndReturn(Metrics.MetricBuilder<Histogram> builder,
String domain,
MetricProperty... properties) |
| Modifier and Type | Method and Description |
|---|---|
T |
with(Histogram histogram) |
abstract T |
withHistogram(AtomicLong valueRef) |
getArgumentspublic HistogramInstrumentAndReturn(MetricConfigurationProvider provider, MetricProperty... properties)
public HistogramInstrumentAndReturn(Metrics.MetricBuilder<Histogram> builder, String domain, MetricProperty... properties)
Copyright © 2016. All rights reserved.