Class Groupings
java.lang.Object
co.elastic.clients.elasticsearch.rollup.Groupings
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class Groupings extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGroupings.BuilderBuilder forGroupings. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<Groupings>_DESERIALIZERJson deserializer forGroupings -
Constructor Summary
Constructors Constructor Description Groupings(Groupings.Builder builder)Groupings(java.util.function.Function<Groupings.Builder,Groupings.Builder> fn) -
Method Summary
Modifier and Type Method Description DateHistogramGroupingdateHistogram()API name:date_histogramHistogramGroupinghistogram()API name:histogramvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupGroupingsDeserializer(DelegatingDeserializer<Groupings.Builder> op)TermsGroupingterms()API name:termsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forGroupings
-
-
Constructor Details
-
Groupings
-
Groupings
-
-
Method Details
-
dateHistogram
API name:date_histogram -
histogram
API name:histogram -
terms
API name:terms -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupGroupingsDeserializer
-