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 MovingAverageAggregationewma(java.util.function.Function<EwmaMovingAverageAggregation.Builder,ObjectBuilder<EwmaMovingAverageAggregation>> fn)Creates a MovingAverageAggregation of theewmaMovingAverageAggregationvariant.static HoltMovingAverageAggregation.Builderholt()Creates a builder for theholtMovingAverageAggregationvariant.static MovingAverageAggregationholt(java.util.function.Function<HoltMovingAverageAggregation.Builder,ObjectBuilder<HoltMovingAverageAggregation>> fn)Creates a MovingAverageAggregation of theholtMovingAverageAggregationvariant.static HoltWintersMovingAverageAggregation.BuilderholtWinters()Creates a builder for theholt_wintersMovingAverageAggregationvariant.static MovingAverageAggregationholtWinters(java.util.function.Function<HoltWintersMovingAverageAggregation.Builder,ObjectBuilder<HoltWintersMovingAverageAggregation>> fn)Creates a MovingAverageAggregation of theholt_wintersMovingAverageAggregationvariant.static LinearMovingAverageAggregation.Builderlinear()Creates a builder for thelinearMovingAverageAggregationvariant.static MovingAverageAggregationlinear(java.util.function.Function<LinearMovingAverageAggregation.Builder,ObjectBuilder<LinearMovingAverageAggregation>> fn)Creates a MovingAverageAggregation of thelinearMovingAverageAggregationvariant.static SimpleMovingAverageAggregation.Buildersimple()Creates a builder for thesimpleMovingAverageAggregationvariant.static MovingAverageAggregationsimple(java.util.function.Function<SimpleMovingAverageAggregation.Builder,ObjectBuilder<SimpleMovingAverageAggregation>> fn)Creates a MovingAverageAggregation of 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. -
ewma
public static MovingAverageAggregation ewma(java.util.function.Function<EwmaMovingAverageAggregation.Builder,ObjectBuilder<EwmaMovingAverageAggregation>> fn)Creates a MovingAverageAggregation of theewmaMovingAverageAggregationvariant. -
holt
Creates a builder for theholtMovingAverageAggregationvariant. -
holt
public static MovingAverageAggregation holt(java.util.function.Function<HoltMovingAverageAggregation.Builder,ObjectBuilder<HoltMovingAverageAggregation>> fn)Creates a MovingAverageAggregation of theholtMovingAverageAggregationvariant. -
holtWinters
Creates a builder for theholt_wintersMovingAverageAggregationvariant. -
holtWinters
public static MovingAverageAggregation holtWinters(java.util.function.Function<HoltWintersMovingAverageAggregation.Builder,ObjectBuilder<HoltWintersMovingAverageAggregation>> fn)Creates a MovingAverageAggregation of theholt_wintersMovingAverageAggregationvariant. -
linear
Creates a builder for thelinearMovingAverageAggregationvariant. -
linear
public static MovingAverageAggregation linear(java.util.function.Function<LinearMovingAverageAggregation.Builder,ObjectBuilder<LinearMovingAverageAggregation>> fn)Creates a MovingAverageAggregation of thelinearMovingAverageAggregationvariant. -
simple
Creates a builder for thesimpleMovingAverageAggregationvariant. -
simple
public static MovingAverageAggregation simple(java.util.function.Function<SimpleMovingAverageAggregation.Builder,ObjectBuilder<SimpleMovingAverageAggregation>> fn)Creates a MovingAverageAggregation of thesimpleMovingAverageAggregationvariant.
-