Class TimeWindowCounter
java.lang.Object
org.apache.dubbo.metrics.aggregate.TimeWindowCounter
Wrapper around Counter like Long and Integer.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TimeWindowCounter
public TimeWindowCounter(int bucketNum, long timeWindowSeconds)
-
-
Method Details
-
get
public double get() -
bucketLivedSeconds
public long bucketLivedSeconds() -
bucketLivedMillSeconds
public long bucketLivedMillSeconds() -
increment
public void increment() -
increment
-
decrement
public void decrement() -
decrement
-