Class FlushStats

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

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

  • Method Details

    • of

    • periodic

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

      public final long total()
      Required - API name: total
    • 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
    • setupFlushStatsDeserializer

      protected static void setupFlushStatsDeserializer(ObjectDeserializer<FlushStats.Builder> op)