Class MergesStats

java.lang.Object
co.elastic.clients.elasticsearch._types.MergesStats
All Implemented Interfaces:
JsonpSerializable

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

  • Constructor Details

  • Method Details

    • current

      public long current()
      Required - API name: current
    • currentDocs

      public long currentDocs()
      Required - API name: current_docs
    • currentSize

      @Nullable public java.lang.String currentSize()
      API name: current_size
    • currentSizeInBytes

      public long currentSizeInBytes()
      Required - API name: current_size_in_bytes
    • total

      public long total()
      Required - API name: total
    • totalAutoThrottle

      @Nullable public java.lang.String totalAutoThrottle()
      API name: total_auto_throttle
    • totalAutoThrottleInBytes

      public long totalAutoThrottleInBytes()
      Required - API name: total_auto_throttle_in_bytes
    • totalDocs

      public long totalDocs()
      Required - API name: total_docs
    • totalSize

      @Nullable public java.lang.String totalSize()
      API name: total_size
    • totalSizeInBytes

      public long totalSizeInBytes()
      Required - API name: total_size_in_bytes
    • totalStoppedTime

      @Nullable public java.lang.String totalStoppedTime()
      API name: total_stopped_time
    • totalStoppedTimeInMillis

      public long totalStoppedTimeInMillis()
      Required - API name: total_stopped_time_in_millis
    • totalThrottledTime

      @Nullable public java.lang.String totalThrottledTime()
      API name: total_throttled_time
    • totalThrottledTimeInMillis

      public long totalThrottledTimeInMillis()
      Required - API name: total_throttled_time_in_millis
    • totalTime

      @Nullable public java.lang.String totalTime()
      API name: total_time
    • totalTimeInMillis

      public long totalTimeInMillis()
      Required - API name: total_time_in_millis
    • 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)
    • setupMergesStatsDeserializer

      protected static void setupMergesStatsDeserializer​(DelegatingDeserializer<MergesStats.Builder> op)