Class HistogramAggregate
- java.lang.Object
-
- org.opensearch.client.opensearch._types.aggregations.AggregateBase
-
- org.opensearch.client.opensearch._types.aggregations.MultiBucketAggregateBase<HistogramBucket>
-
- org.opensearch.client.opensearch._types.aggregations.HistogramAggregate
-
- All Implemented Interfaces:
JsonpSerializable,AggregateVariant
@JsonpDeserializable public class HistogramAggregate extends MultiBucketAggregateBase<HistogramBucket> implements AggregateVariant
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHistogramAggregate.BuilderBuilder forHistogramAggregate.-
Nested classes/interfaces inherited from class org.opensearch.client.opensearch._types.aggregations.MultiBucketAggregateBase
MultiBucketAggregateBase.AbstractBuilder<TBucket,BuilderT extends MultiBucketAggregateBase.AbstractBuilder<TBucket,BuilderT>>
-
-
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<HistogramAggregate>_DESERIALIZERJson deserializer forHistogramAggregate
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Aggregate.Kind_aggregateKind()Aggregate variant kind.static HistogramAggregateof(java.util.function.Function<HistogramAggregate.Builder,ObjectBuilder<HistogramAggregate>> fn)protected static voidsetupHistogramAggregateDeserializer(ObjectDeserializer<HistogramAggregate.Builder> op)-
Methods inherited from class org.opensearch.client.opensearch._types.aggregations.MultiBucketAggregateBase
buckets, serializeInternal, setupMultiBucketAggregateBaseDeserializer
-
Methods inherited from class org.opensearch.client.opensearch._types.aggregations.AggregateBase
meta, serialize, setupAggregateBaseDeserializer
-
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.AggregateVariant
_toAggregate
-
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<HistogramAggregate> _DESERIALIZER
Json deserializer forHistogramAggregate
-
-
Method Detail
-
of
public static HistogramAggregate of(java.util.function.Function<HistogramAggregate.Builder,ObjectBuilder<HistogramAggregate>> fn)
-
_aggregateKind
public Aggregate.Kind _aggregateKind()
Aggregate variant kind.- Specified by:
_aggregateKindin interfaceAggregateVariant
-
setupHistogramAggregateDeserializer
protected static void setupHistogramAggregateDeserializer(ObjectDeserializer<HistogramAggregate.Builder> op)
-
-