| Interface | Description |
|---|---|
| HitRatio |
The metric for hit ratio measurement.
|
| Class | Description |
|---|---|
| HitRatioUtil |
This is not part of public API.
|
| ResetOnSnapshotHitRatio |
The hit-ratio which reset its state to zero after each invocation of
ResetOnSnapshotHitRatio.getHitRatio(). |
| ResetPeriodicallyHitRatio |
The hit-ratio which reset its state to zero each time when configured interval is elapsed.
|
| SmoothlyDecayingRollingHitRatio |
The rolling time window hit-ratio implementation which resets its state by chunks.
|
| UniformHitRatio |
The hit-ratio which never evicts collected values.
|
Copyright © 2020. All rights reserved.