Class MovingPercentilesAggregation
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.MovingPercentilesAggregation
- All Implemented Interfaces:
AggregationVariant,JsonpSerializable
@JsonpDeserializable
public class MovingPercentilesAggregation
extends PipelineAggregationBase
implements AggregationVariant
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.aggregations.PipelineAggregationBase
PipelineAggregationBase.AbstractBuilder<BuilderT extends PipelineAggregationBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<MovingPercentilesAggregation>Json deserializer forMovingPercentilesAggregation -
Method Summary
Modifier and TypeMethodDescriptionAggregation variant kind.final Booleankeyed()API name:keyedstatic MovingPercentilesAggregationprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupMovingPercentilesAggregationDeserializer(ObjectDeserializer<MovingPercentilesAggregation.Builder> op) final Integershift()By default, the window consists of the last n values excluding the current bucket.final Integerwindow()The size of window to "slide" across the histogram.Methods inherited from class co.elastic.clients.elasticsearch._types.aggregations.PipelineAggregationBase
format, gapPolicy, setupPipelineAggregationBaseDeserializerMethods inherited from class co.elastic.clients.elasticsearch._types.aggregations.BucketPathAggregation
bucketsPath, serialize, setupBucketPathAggregationDeserializer, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface co.elastic.clients.elasticsearch._types.aggregations.AggregationVariant
_toAggregation
-
Field Details
-
_DESERIALIZER
Json deserializer forMovingPercentilesAggregation
-
-
Method Details
-
of
-
_aggregationKind
Aggregation variant kind.- Specified by:
_aggregationKindin interfaceAggregationVariant
-
window
The size of window to "slide" across the histogram.API name:
window -
shift
By default, the window consists of the last n values excluding the current bucket. Increasingshiftby 1, moves the starting window position by 1 to the right.API name:
shift -
keyed
API name:keyed -
serializeInternal
- Overrides:
serializeInternalin classPipelineAggregationBase
-
setupMovingPercentilesAggregationDeserializer
protected static void setupMovingPercentilesAggregationDeserializer(ObjectDeserializer<MovingPercentilesAggregation.Builder> op)
-