Class MovingPercentilesAggregation
java.lang.Object
org.opensearch.client.opensearch._types.aggregations.AggregationBase
org.opensearch.client.opensearch._types.aggregations.BucketPathAggregation
org.opensearch.client.opensearch._types.aggregations.PipelineAggregationBase
org.opensearch.client.opensearch._types.aggregations.MovingPercentilesAggregation
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,AggregationVariant,ToCopyableBuilder<MovingPercentilesAggregation.Builder,MovingPercentilesAggregation>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class MovingPercentilesAggregation
extends PipelineAggregationBase
implements AggregationVariant, ToCopyableBuilder<MovingPercentilesAggregation.Builder,MovingPercentilesAggregation>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.opensearch.client.opensearch._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 TypeMethodDescriptionAggregationvariant kind.builder()booleaninthashCode()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.Create a new builderToCopyableBuilderthat is initialised with the current state of this object.final Integerwindow()The size of window to "slide" across the histogram.Methods inherited from class org.opensearch.client.opensearch._types.aggregations.PipelineAggregationBase
format, gapPolicy, setupPipelineAggregationBaseDeserializerMethods inherited from class org.opensearch.client.opensearch._types.aggregations.BucketPathAggregation
bucketsPath, setupBucketPathAggregationDeserializerMethods inherited from class org.opensearch.client.opensearch._types.aggregations.AggregationBase
meta, name, serialize, setupAggregationBaseDeserializerMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.opensearch._types.aggregations.AggregationVariant
toAggregationMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonStringMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_DESERIALIZER
Json deserializer forMovingPercentilesAggregation
-
-
Method Details
-
of
-
_aggregationKind
Aggregationvariant kind.- Specified by:
_aggregationKindin interfaceAggregationVariant
-
keyed
API name:keyed -
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 -
window
The size of window to "slide" across the histogram.API name:
window -
serializeInternal
- Overrides:
serializeInternalin classPipelineAggregationBase
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<MovingPercentilesAggregation.Builder,MovingPercentilesAggregation> - Returns:
- a new builder instance.
-
builder
-
setupMovingPercentilesAggregationDeserializer
protected static void setupMovingPercentilesAggregationDeserializer(ObjectDeserializer<MovingPercentilesAggregation.Builder> op) -
hashCode
public int hashCode()- Overrides:
hashCodein classPipelineAggregationBase
-
equals
- Overrides:
equalsin classPipelineAggregationBase
-