Class AggregationBreakdown

java.lang.Object
co.elastic.clients.elasticsearch._core.search.AggregationBreakdown
All Implemented Interfaces:
JsonpSerializable

@JsonpDeserializable
public final class AggregationBreakdown
extends java.lang.Object
implements JsonpSerializable
  • Field Details

  • Constructor Details

  • Method Details

    • buildAggregation

      public long buildAggregation()
      Required - API name: build_aggregation
    • buildAggregationCount

      public long buildAggregationCount()
      Required - API name: build_aggregation_count
    • buildLeafCollector

      public long buildLeafCollector()
      Required - API name: build_leaf_collector
    • buildLeafCollectorCount

      public long buildLeafCollectorCount()
      Required - API name: build_leaf_collector_count
    • collect

      public long collect()
      Required - API name: collect
    • collectCount

      public long collectCount()
      Required - API name: collect_count
    • initialize

      public long initialize()
      Required - API name: initialize
    • initializeCount

      public long initializeCount()
      Required - API name: initialize_count
    • postCollection

      @Nullable public java.lang.Long postCollection()
      API name: post_collection
    • postCollectionCount

      @Nullable public java.lang.Long postCollectionCount()
      API name: post_collection_count
    • reduce

      public long reduce()
      Required - API name: reduce
    • reduceCount

      public long reduceCount()
      Required - API name: reduce_count
    • serialize

      public void serialize​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
      Serialize this object to JSON.
      Specified by:
      serialize in interface JsonpSerializable
    • serializeInternal

      protected void serializeInternal​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
    • setupAggregationBreakdownDeserializer

      protected static void setupAggregationBreakdownDeserializer​(DelegatingDeserializer<AggregationBreakdown.Builder> op)