| Interface | Description |
|---|---|
| WindowCounter |
An incrementing and decrementing counter metric which having window semantic.
|
| Class | Description |
|---|---|
| ResetOnSnapshotCounter |
The counter which reset its state to zero after each invocation of
ResetOnSnapshotCounter.getSum(). |
| ResetPeriodicallyCounter |
The counter which reset its state to zero each time when configured interval is elapsed.
|
| SmoothlyDecayingRollingCounter |
The rolling time window counter implementation which resets its state by chunks.
|
Copyright © 2020. All rights reserved.