Uses of Class
org.apache.cassandra.utils.ExpMovingAverage
-
Packages that use ExpMovingAverage Package Description org.apache.cassandra.utils -
-
Uses of ExpMovingAverage in org.apache.cassandra.utils
Methods in org.apache.cassandra.utils that return ExpMovingAverage Modifier and Type Method Description static ExpMovingAverage
ExpMovingAverage. decayBy10()
Create aExpMovingAverage
where older values have less than 1% effect after 10 samples.static ExpMovingAverage
ExpMovingAverage. decayBy100()
Create aExpMovingAverage
where older values have less than 1% effect after 100 samples.static ExpMovingAverage
ExpMovingAverage. withDecay(double ratio, int samples)
Create aExpMovingAverage
where older values have less effect than the given ratio after the given number of samples.
-