Class MaxBucketAggregation
- java.lang.Object
-
- org.opensearch.client.opensearch._types.aggregations.AggregationBase
-
- org.opensearch.client.opensearch._types.aggregations.PipelineAggregationBase
-
- org.opensearch.client.opensearch._types.aggregations.MaxBucketAggregation
-
- All Implemented Interfaces:
JsonpSerializable,AggregationVariant
@JsonpDeserializable public class MaxBucketAggregation extends PipelineAggregationBase implements AggregationVariant
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMaxBucketAggregation.BuilderBuilder forMaxBucketAggregation.-
Nested classes/interfaces inherited from class org.opensearch.client.opensearch._types.aggregations.PipelineAggregationBase
PipelineAggregationBase.AbstractBuilder<BuilderT extends PipelineAggregationBase.AbstractBuilder<BuilderT>>
-
-
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<MaxBucketAggregation>_DESERIALIZERJson deserializer forMaxBucketAggregation
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Aggregation.Kind_aggregationKind()Aggregation variant kind.static MaxBucketAggregationof(java.util.function.Function<MaxBucketAggregation.Builder,ObjectBuilder<MaxBucketAggregation>> fn)protected static voidsetupMaxBucketAggregationDeserializer(ObjectDeserializer<MaxBucketAggregation.Builder> op)-
Methods inherited from class org.opensearch.client.opensearch._types.aggregations.PipelineAggregationBase
bucketsPath, format, gapPolicy, serializeInternal, setupPipelineAggregationBaseDeserializer
-
Methods inherited from class org.opensearch.client.opensearch._types.aggregations.AggregationBase
meta, name, serialize, setupAggregationBaseDeserializer
-
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<MaxBucketAggregation> _DESERIALIZER
Json deserializer forMaxBucketAggregation
-
-
Method Detail
-
of
public static MaxBucketAggregation of(java.util.function.Function<MaxBucketAggregation.Builder,ObjectBuilder<MaxBucketAggregation>> fn)
-
_aggregationKind
public Aggregation.Kind _aggregationKind()
Aggregation variant kind.- Specified by:
_aggregationKindin interfaceAggregationVariant
-
setupMaxBucketAggregationDeserializer
protected static void setupMaxBucketAggregationDeserializer(ObjectDeserializer<MaxBucketAggregation.Builder> op)
-
-