Class MergesStats

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

@JsonpDeserializable public class MergesStats extends Object implements JsonpSerializable
See Also:
  • Field Details

  • Method Details

    • of

    • current

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

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

      @Nullable public final String currentSize()
      API name: current_size
    • currentSizeInBytes

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

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

      @Nullable public final String totalAutoThrottle()
      API name: total_auto_throttle
    • totalAutoThrottleInBytes

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

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

      @Nullable public final String totalSize()
      API name: total_size
    • totalSizeInBytes

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

      @Nullable public final Time totalStoppedTime()
      API name: total_stopped_time
    • totalStoppedTimeInMillis

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

      @Nullable public final Time totalThrottledTime()
      API name: total_throttled_time
    • totalThrottledTimeInMillis

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

      @Nullable public final Time totalTime()
      API name: total_time
    • totalTimeInMillis

      public final 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)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • setupMergesStatsDeserializer

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