| 程序包 | 说明 |
|---|---|
| org.apache.dubbo.metrics.model.container |
| 限定符和类型 | 方法和说明 |
|---|---|
MetricsKeyWrapper |
LongContainer.getMetricsKeyWrapper() |
| 构造器和说明 |
|---|
AtomicLongContainer(MetricsKeyWrapper metricsKeyWrapper) |
AtomicLongContainer(MetricsKeyWrapper metricsKeyWrapper,
BiConsumer<Long,AtomicLong> consumerFunc) |
LongAccumulatorContainer(MetricsKeyWrapper metricsKeyWrapper,
LongAccumulator accumulator) |
LongContainer(MetricsKeyWrapper metricsKeyWrapper,
Supplier<N> initFunc,
BiConsumer<Long,N> consumerFunc) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.