Class GlobalAggregate
- java.lang.Object
-
- org.opensearch.client.opensearch._types.aggregations.AggregateBase
-
- org.opensearch.client.opensearch._types.aggregations.SingleBucketAggregateBase
-
- org.opensearch.client.opensearch._types.aggregations.GlobalAggregate
-
- All Implemented Interfaces:
JsonpSerializable,AggregateVariant
@JsonpDeserializable public class GlobalAggregate extends SingleBucketAggregateBase implements AggregateVariant
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGlobalAggregate.BuilderBuilder forGlobalAggregate.-
Nested classes/interfaces inherited from class org.opensearch.client.opensearch._types.aggregations.SingleBucketAggregateBase
SingleBucketAggregateBase.AbstractBuilder<BuilderT extends SingleBucketAggregateBase.AbstractBuilder<BuilderT>>
-
-
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<GlobalAggregate>_DESERIALIZERJson deserializer forGlobalAggregate
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Aggregate.Kind_aggregateKind()Aggregate variant kind.static GlobalAggregateof(java.util.function.Function<GlobalAggregate.Builder,ObjectBuilder<GlobalAggregate>> fn)protected static voidsetupGlobalAggregateDeserializer(ObjectDeserializer<GlobalAggregate.Builder> op)-
Methods inherited from class org.opensearch.client.opensearch._types.aggregations.SingleBucketAggregateBase
aggregations, docCount, serializeInternal, setupSingleBucketAggregateBaseDeserializer
-
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<GlobalAggregate> _DESERIALIZER
Json deserializer forGlobalAggregate
-
-
Method Detail
-
of
public static GlobalAggregate of(java.util.function.Function<GlobalAggregate.Builder,ObjectBuilder<GlobalAggregate>> fn)
-
_aggregateKind
public Aggregate.Kind _aggregateKind()
Aggregate variant kind.- Specified by:
_aggregateKindin interfaceAggregateVariant
-
setupGlobalAggregateDeserializer
protected static void setupGlobalAggregateDeserializer(ObjectDeserializer<GlobalAggregate.Builder> op)
-
-