Class MatrixAggregation
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.AggregationBase
co.elastic.clients.elasticsearch._types.aggregations.MatrixAggregation
- All Implemented Interfaces:
JsonpSerializable
- Direct Known Subclasses:
MatrixStatsAggregation
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static class -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedMatrixAggregation(MatrixAggregation.AbstractBuilder<?> builder) -
Method Summary
Modifier and TypeMethodDescriptionfields()API name:fieldsmissing()API name:missingprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static <BuilderT extends MatrixAggregation.AbstractBuilder<BuilderT>>
voidsetupMatrixAggregationDeserializer(ObjectDeserializer<BuilderT> op) Methods inherited from class co.elastic.clients.elasticsearch._types.aggregations.AggregationBase
meta, name, serialize, setupAggregationBaseDeserializer, toString
-
Constructor Details
-
MatrixAggregation
-
-
Method Details
-
fields
API name:fields -
missing
API name:missing -
serializeInternal
- Overrides:
serializeInternalin classAggregationBase
-
setupMatrixAggregationDeserializer
protected static <BuilderT extends MatrixAggregation.AbstractBuilder<BuilderT>> void setupMatrixAggregationDeserializer(ObjectDeserializer<BuilderT> op)
-