Class MatrixStatsAggregation
- java.lang.Object
-
- org.opensearch.client.opensearch._types.aggregations.AggregationBase
-
- org.opensearch.client.opensearch._types.aggregations.MatrixAggregation
-
- org.opensearch.client.opensearch._types.aggregations.MatrixStatsAggregation
-
- All Implemented Interfaces:
JsonpSerializable,AggregationVariant
@JsonpDeserializable public class MatrixStatsAggregation extends MatrixAggregation implements AggregationVariant
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMatrixStatsAggregation.BuilderBuilder forMatrixStatsAggregation.-
Nested classes/interfaces inherited from class org.opensearch.client.opensearch._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
All Methods Static Methods Instance Methods Concrete Methods 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 org.opensearch.client.opensearch._types.aggregations.MatrixAggregation
fields, missing, setupMatrixAggregationDeserializer
-
Methods inherited from class org.opensearch.client.opensearch._types.aggregations.AggregationBase
meta, name, serialize, setupAggregationBaseDeserializer
-
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.AggregationVariant
_toAggregation
-
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<MatrixStatsAggregation> _DESERIALIZER
Json deserializer forMatrixStatsAggregation
-
-
Method Detail
-
of
public static MatrixStatsAggregation of(java.util.function.Function<MatrixStatsAggregation.Builder,ObjectBuilder<MatrixStatsAggregation>> fn)
-
_aggregationKind
public Aggregation.Kind _aggregationKind()
Aggregation variant kind.- Specified by:
_aggregationKindin interfaceAggregationVariant
-
mode
@Nullable public final SortMode mode()
API name:mode
-
serializeInternal
protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)- Overrides:
serializeInternalin classMatrixAggregation
-
setupMatrixStatsAggregationDeserializer
protected static void setupMatrixStatsAggregationDeserializer(ObjectDeserializer<MatrixStatsAggregation.Builder> op)
-
-