| Package | Description |
|---|---|
| com.github.rollingmetrics.hitratio |
| Modifier and Type | Class and Description |
|---|---|
class |
ResetOnSnapshotHitRatio
The hit-ratio which reset its state to zero after each invocation of
ResetOnSnapshotHitRatio.getHitRatio(). |
class |
ResetPeriodicallyHitRatio
The hit-ratio which reset its state to zero each time when configured interval is elapsed.
|
class |
SmoothlyDecayingRollingHitRatio
The rolling time window hit-ratio implementation which resets its state by chunks.
|
class |
UniformHitRatio
The hit-ratio which never evicts collected values.
|
Copyright © 2020. All rights reserved.