Class MovingAverageAggregationBuilders
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.MovingAverageAggregationBuilders
public class MovingAverageAggregationBuilders
extends java.lang.Object
Builders for
MovingAverageAggregation variants.-
Method Summary
Modifier and Type Method Description static EwmaMovingAverageAggregation.Builderewma()Creates a builder for theewmaMovingAverageAggregationvariant.static HoltMovingAverageAggregation.Builderholt()Creates a builder for theholtMovingAverageAggregationvariant.static HoltWintersMovingAverageAggregation.BuilderholtWinters()Creates a builder for theholt_wintersMovingAverageAggregationvariant.static LinearMovingAverageAggregation.Builderlinear()Creates a builder for thelinearMovingAverageAggregationvariant.static SimpleMovingAverageAggregation.Buildersimple()Creates a builder for thesimpleMovingAverageAggregationvariant.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
ewma
Creates a builder for theewmaMovingAverageAggregationvariant. -
holt
Creates a builder for theholtMovingAverageAggregationvariant. -
holtWinters
Creates a builder for theholt_wintersMovingAverageAggregationvariant. -
linear
Creates a builder for thelinearMovingAverageAggregationvariant. -
simple
Creates a builder for thesimpleMovingAverageAggregationvariant.
-