| 程序包 | 说明 |
|---|---|
| com.github.netty.core.metrics |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ExponentiallyDecayingReservoir
An exponentially-decaying random reservoir of
longs. |
class |
SlidingTimeWindowReservoir
A
Reservoir implementation backed by a sliding window that stores only the measurements made
in the last N seconds (or other time unit). |
class |
SlidingWindowReservoir
A
Reservoir implementation backed by a sliding window that stores the last N
measurements. |
class |
UniformReservoir
A random sampling reservoir of a stream of
longs. |
| 构造器和说明 |
|---|
Histogram(Reservoir reservoir)
Creates a new
Histogram with the given reservoir. |
Timer(Reservoir reservoir)
|
Timer(Reservoir reservoir,
Clock clock)
|
Copyright © 2020. All rights reserved.