Class MatrixStatsAggregation
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.AggregationBase
co.elastic.clients.elasticsearch._types.aggregations.MatrixAggregation
co.elastic.clients.elasticsearch._types.aggregations.MatrixStatsAggregation
- All Implemented Interfaces:
AggregationVariant,JsonpSerializable
@JsonpDeserializable public class MatrixStatsAggregation extends MatrixAggregation implements AggregationVariant
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMatrixStatsAggregation.BuilderBuilder forMatrixStatsAggregation.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.aggregations.MatrixAggregation
MatrixAggregation.AbstractBuilder<BuilderT extends MatrixAggregation.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<MatrixStatsAggregation>_DESERIALIZERJson deserializer forMatrixStatsAggregation -
Method Summary
Modifier and Type Method Description Aggregation.Kind_aggregationKind()Aggregation variant kind.SortModemode()API name:modestatic MatrixStatsAggregationof(java.util.function.Function<MatrixStatsAggregation.Builder,ObjectBuilder<MatrixStatsAggregation>> fn)protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupMatrixStatsAggregationDeserializer(ObjectDeserializer<MatrixStatsAggregation.Builder> op)Methods inherited from class co.elastic.clients.elasticsearch._types.aggregations.MatrixAggregation
fields, missing, setupMatrixAggregationDeserializerMethods inherited from class co.elastic.clients.elasticsearch._types.aggregations.AggregationBase
meta, name, serialize, setupAggregationBaseDeserializer, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface co.elastic.clients.elasticsearch._types.aggregations.AggregationVariant
_toAggregation
-
Field Details
-
_DESERIALIZER
Json deserializer forMatrixStatsAggregation
-
-
Method Details
-
of
public static MatrixStatsAggregation of(java.util.function.Function<MatrixStatsAggregation.Builder,ObjectBuilder<MatrixStatsAggregation>> fn) -
_aggregationKind
Aggregation variant kind.- Specified by:
_aggregationKindin interfaceAggregationVariant
-
mode
API name:mode -
serializeInternal
- Overrides:
serializeInternalin classMatrixAggregation
-
setupMatrixStatsAggregationDeserializer
protected static void setupMatrixStatsAggregationDeserializer(ObjectDeserializer<MatrixStatsAggregation.Builder> op)
-