Uses of Class
org.apache.cassandra.utils.ExpMovingAverage
Packages that use ExpMovingAverage
-
Uses of ExpMovingAverage in org.apache.cassandra.utils
Methods in org.apache.cassandra.utils that return ExpMovingAverageModifier and TypeMethodDescriptionstatic ExpMovingAverageExpMovingAverage.decayBy10()Create aExpMovingAveragewhere older values have less than 1% effect after 10 samples.static ExpMovingAverageExpMovingAverage.decayBy100()Create aExpMovingAveragewhere older values have less than 1% effect after 100 samples.static ExpMovingAverageExpMovingAverage.withDecay(double ratio, int samples) Create aExpMovingAveragewhere older values have less effect than the given ratio after the given number of samples.