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:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.aggregations.MatrixAggregation
MatrixAggregation.AbstractBuilder<BuilderT extends MatrixAggregation.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<MatrixStatsAggregation>Json deserializer forMatrixStatsAggregation -
Method Summary
Modifier and TypeMethodDescriptionAggregation variant kind.final SortModemode()API name:modestatic MatrixStatsAggregationprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidMethods 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(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)
-