Uses of Class
org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.ExpMovingAvg
Packages that use AccumulatorOperators.ExpMovingAvg
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of AccumulatorOperators.ExpMovingAvg in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return AccumulatorOperators.ExpMovingAvgModifier and TypeMethodDescriptionAccumulatorOperators.ExpMovingAvg.alpha(double exponentialDecayValue) Define the exponential decay value.AccumulatorOperators.ExpMovingAvgBuilder.alpha(double exponentialDecayValue) Define the exponential decay value.AccumulatorOperators.ExpMovingAvg.expMovingAvgOf(String fieldReference) Create a newAccumulatorOperators.ExpMovingAvgby defining the field holding the value to be used as input.AccumulatorOperators.ExpMovingAvg.expMovingAvgOf(AggregationExpression expression) Create a newAccumulatorOperators.ExpMovingAvgby defining theexpressionto compute the value to be used as input.AccumulatorOperators.ExpMovingAvgBuilder.historicalDocuments(int numberOfHistoricalDocuments) Define the number of historical documents with significant mathematical weight.AccumulatorOperators.ExpMovingAvg.n(int numberOfHistoricalDocuments) Define the number of historical documents with significant mathematical weight.