public class TimeWindowCounter extends Object
| Constructor and Description |
|---|
TimeWindowCounter(int bucketNum,
long timeWindowSeconds) |
| Modifier and Type | Method and Description |
|---|---|
long |
bucketLivedMillSeconds() |
long |
bucketLivedSeconds() |
void |
decrement() |
void |
decrement(Long step) |
double |
get() |
void |
increment() |
void |
increment(Long step) |
public TimeWindowCounter(int bucketNum,
long timeWindowSeconds)
public double get()
public long bucketLivedSeconds()
public long bucketLivedMillSeconds()
public void increment()
public void increment(Long step)
public void decrement()
public void decrement(Long step)
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.