public class TimeWindowCounter extends Object
Maintains a ring buffer of Counter to provide count over a sliding windows of time.
| Constructor and Description |
|---|
TimeWindowCounter(int bucketNum,
int timeWindowSeconds) |
| Modifier and Type | Method and Description |
|---|---|
long |
bucketLivedSeconds() |
void |
decrement() |
void |
decrement(Long step) |
double |
get() |
void |
increment() |
void |
increment(Long step) |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.