Class MovingAverageAggregationBuilders
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.MovingAverageAggregationBuilders
Builders for
MovingAverageAggregation variants.-
Method Summary
Modifier and TypeMethodDescriptionewma()Creates a builder for theewmaMovingAverageAggregationvariant.static MovingAverageAggregationCreates a MovingAverageAggregation of theewmaMovingAverageAggregationvariant.holt()Creates a builder for theholtMovingAverageAggregationvariant.static MovingAverageAggregationCreates a MovingAverageAggregation of theholtMovingAverageAggregationvariant.Creates a builder for theholt_wintersMovingAverageAggregationvariant.static MovingAverageAggregationholtWinters(Function<HoltWintersMovingAverageAggregation.Builder, ObjectBuilder<HoltWintersMovingAverageAggregation>> fn) Creates a MovingAverageAggregation of theholt_wintersMovingAverageAggregationvariant.linear()Creates a builder for thelinearMovingAverageAggregationvariant.static MovingAverageAggregationlinear(Function<LinearMovingAverageAggregation.Builder, ObjectBuilder<LinearMovingAverageAggregation>> fn) Creates a MovingAverageAggregation of thelinearMovingAverageAggregationvariant.simple()Creates a builder for thesimpleMovingAverageAggregationvariant.static MovingAverageAggregationsimple(Function<SimpleMovingAverageAggregation.Builder, ObjectBuilder<SimpleMovingAverageAggregation>> fn) Creates a MovingAverageAggregation of thesimpleMovingAverageAggregationvariant.
-
Method Details
-
ewma
Creates a builder for theewmaMovingAverageAggregationvariant. -
ewma
public static MovingAverageAggregation ewma(Function<EwmaMovingAverageAggregation.Builder, ObjectBuilder<EwmaMovingAverageAggregation>> fn) Creates a MovingAverageAggregation of theewmaMovingAverageAggregationvariant. -
holt
Creates a builder for theholtMovingAverageAggregationvariant. -
holt
public static MovingAverageAggregation holt(Function<HoltMovingAverageAggregation.Builder, ObjectBuilder<HoltMovingAverageAggregation>> fn) Creates a MovingAverageAggregation of theholtMovingAverageAggregationvariant. -
holtWinters
Creates a builder for theholt_wintersMovingAverageAggregationvariant. -
holtWinters
public static MovingAverageAggregation holtWinters(Function<HoltWintersMovingAverageAggregation.Builder, ObjectBuilder<HoltWintersMovingAverageAggregation>> fn) Creates a MovingAverageAggregation of theholt_wintersMovingAverageAggregationvariant. -
linear
Creates a builder for thelinearMovingAverageAggregationvariant. -
linear
public static MovingAverageAggregation linear(Function<LinearMovingAverageAggregation.Builder, ObjectBuilder<LinearMovingAverageAggregation>> fn) Creates a MovingAverageAggregation of thelinearMovingAverageAggregationvariant. -
simple
Creates a builder for thesimpleMovingAverageAggregationvariant. -
simple
public static MovingAverageAggregation simple(Function<SimpleMovingAverageAggregation.Builder, ObjectBuilder<SimpleMovingAverageAggregation>> fn) Creates a MovingAverageAggregation of thesimpleMovingAverageAggregationvariant.
-