Class MergesStats

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

@JsonpDeserializable
public class MergesStats
extends java.lang.Object
implements JsonpSerializable
See Also:
API specification
  • Field Details

  • Method Details

    • of

      public static MergesStats of​(java.util.function.Function<MergesStats.Builder,​ObjectBuilder<MergesStats>> fn)
    • current

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

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

      @Nullable public final java.lang.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 java.lang.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 java.lang.String totalSize()
      API name: total_size
    • totalSizeInBytes

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

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

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

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

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

      @Nullable public final java.lang.String 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)
    • setupMergesStatsDeserializer

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