Class PercentilesAggregation
- java.lang.Object
-
- org.opensearch.client.opensearch._types.aggregations.MetricAggregationBase
-
- org.opensearch.client.opensearch._types.aggregations.FormatMetricAggregationBase
-
- org.opensearch.client.opensearch._types.aggregations.PercentilesAggregation
-
- All Implemented Interfaces:
JsonpSerializable,AggregationVariant
@JsonpDeserializable public class PercentilesAggregation extends FormatMetricAggregationBase implements AggregationVariant
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPercentilesAggregation.BuilderBuilder forPercentilesAggregation.-
Nested classes/interfaces inherited from class org.opensearch.client.opensearch._types.aggregations.FormatMetricAggregationBase
FormatMetricAggregationBase.AbstractBuilder<BuilderT extends FormatMetricAggregationBase.AbstractBuilder<BuilderT>>
-
-
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<PercentilesAggregation>_DESERIALIZERJson deserializer forPercentilesAggregation
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Aggregation.Kind_aggregationKind()Aggregation variant kind.HdrMethodhdr()API name:hdrjava.lang.Booleankeyed()API name:keyedstatic PercentilesAggregationof(java.util.function.Function<PercentilesAggregation.Builder,ObjectBuilder<PercentilesAggregation>> fn)java.util.List<java.lang.Double>percents()API name:percentsprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupPercentilesAggregationDeserializer(ObjectDeserializer<PercentilesAggregation.Builder> op)TDigesttdigest()API name:tdigest-
Methods inherited from class org.opensearch.client.opensearch._types.aggregations.FormatMetricAggregationBase
format, setupFormatMetricAggregationBaseDeserializer
-
Methods inherited from class org.opensearch.client.opensearch._types.aggregations.MetricAggregationBase
field, missing, script, serialize, setupMetricAggregationBaseDeserializer
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.opensearch.client.opensearch._types.aggregations.AggregationVariant
_toAggregation
-
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<PercentilesAggregation> _DESERIALIZER
Json deserializer forPercentilesAggregation
-
-
Method Detail
-
of
public static PercentilesAggregation of(java.util.function.Function<PercentilesAggregation.Builder,ObjectBuilder<PercentilesAggregation>> fn)
-
_aggregationKind
public Aggregation.Kind _aggregationKind()
Aggregation variant kind.- Specified by:
_aggregationKindin interfaceAggregationVariant
-
keyed
@Nullable public final java.lang.Boolean keyed()
API name:keyed
-
percents
public final java.util.List<java.lang.Double> percents()
API name:percents
-
hdr
@Nullable public final HdrMethod hdr()
API name:hdr
-
tdigest
@Nullable public final TDigest tdigest()
API name:tdigest
-
serializeInternal
protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)- Overrides:
serializeInternalin classFormatMetricAggregationBase
-
setupPercentilesAggregationDeserializer
protected static void setupPercentilesAggregationDeserializer(ObjectDeserializer<PercentilesAggregation.Builder> op)
-
-