Class EwmaMovingAverageAggregation
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.AggregationBase
co.elastic.clients.elasticsearch._types.aggregations.BucketPathAggregation
co.elastic.clients.elasticsearch._types.aggregations.PipelineAggregationBase
co.elastic.clients.elasticsearch._types.aggregations.MovingAverageAggregationBase
co.elastic.clients.elasticsearch._types.aggregations.EwmaMovingAverageAggregation
- All Implemented Interfaces:
MovingAverageAggregationVariant,JsonpSerializable
@JsonpDeserializable public class EwmaMovingAverageAggregation extends MovingAverageAggregationBase implements MovingAverageAggregationVariant
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEwmaMovingAverageAggregation.BuilderBuilder forEwmaMovingAverageAggregation.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.aggregations.MovingAverageAggregationBase
MovingAverageAggregationBase.AbstractBuilder<BuilderT extends MovingAverageAggregationBase.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<EwmaMovingAverageAggregation>_DESERIALIZERJson deserializer forEwmaMovingAverageAggregation -
Method Summary
Modifier and Type Method Description MovingAverageAggregation.Kind_movingAverageAggregationKind()MovingAverageAggregation variant kind.static EwmaMovingAverageAggregationof(java.util.function.Function<EwmaMovingAverageAggregation.Builder,ObjectBuilder<EwmaMovingAverageAggregation>> fn)protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)EwmaModelSettingssettings()Required - API name:settingsprotected static voidsetupEwmaMovingAverageAggregationDeserializer(ObjectDeserializer<EwmaMovingAverageAggregation.Builder> op)Methods inherited from class co.elastic.clients.elasticsearch._types.aggregations.MovingAverageAggregationBase
minimize, predict, setupMovingAverageAggregationBaseDeserializer, windowMethods inherited from class co.elastic.clients.elasticsearch._types.aggregations.PipelineAggregationBase
format, gapPolicy, setupPipelineAggregationBaseDeserializerMethods inherited from class co.elastic.clients.elasticsearch._types.aggregations.BucketPathAggregation
bucketsPath, setupBucketPathAggregationDeserializerMethods inherited from class co.elastic.clients.elasticsearch._types.aggregations.AggregationBase
meta, name, serialize, setupAggregationBaseDeserializer, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface co.elastic.clients.json.JsonpSerializable
serializeMethods inherited from interface co.elastic.clients.elasticsearch._types.aggregations.MovingAverageAggregationVariant
_toMovingAverageAggregation
-
Field Details
-
_DESERIALIZER
Json deserializer forEwmaMovingAverageAggregation
-
-
Method Details
-
of
public static EwmaMovingAverageAggregation of(java.util.function.Function<EwmaMovingAverageAggregation.Builder,ObjectBuilder<EwmaMovingAverageAggregation>> fn) -
_movingAverageAggregationKind
MovingAverageAggregation variant kind.- Specified by:
_movingAverageAggregationKindin interfaceMovingAverageAggregationVariant
-
settings
Required - API name:settings -
serializeInternal
- Overrides:
serializeInternalin classMovingAverageAggregationBase
-
setupEwmaMovingAverageAggregationDeserializer
protected static void setupEwmaMovingAverageAggregationDeserializer(ObjectDeserializer<EwmaMovingAverageAggregation.Builder> op)
-