| Package | Description |
|---|---|
| com.github.rollingmetrics.counter |
| Modifier and Type | Class and Description |
|---|---|
class |
ResetOnSnapshotCounter
The counter which reset its state to zero after each invocation of
ResetOnSnapshotCounter.getSum(). |
class |
ResetPeriodicallyCounter
The counter which reset its state to zero each time when configured interval is elapsed.
|
class |
SmoothlyDecayingRollingCounter
The rolling time window counter implementation which resets its state by chunks.
|
Copyright © 2020. All rights reserved.