Package org.apache.cassandra.utils
Interface MovingAverage
-
- All Known Implementing Classes:
ExpMovingAverage
public interface MovingAverage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
get()
MovingAverage
update(double val)
-
-
-
Method Detail
-
update
MovingAverage update(double val)
-
get
double get()
-
-