Class GetStats

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

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

  • Constructor Details

  • Method Details

    • current

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

      @Nullable public java.lang.String existsTime()
      API name: exists_time
    • existsTimeInMillis

      public long existsTimeInMillis()
      Required - API name: exists_time_in_millis
    • existsTotal

      public long existsTotal()
      Required - API name: exists_total
    • missingTime

      @Nullable public java.lang.String missingTime()
      API name: missing_time
    • missingTimeInMillis

      public long missingTimeInMillis()
      Required - API name: missing_time_in_millis
    • missingTotal

      public long missingTotal()
      Required - API name: missing_total
    • time

      @Nullable public java.lang.String time()
      API name: time
    • timeInMillis

      public long timeInMillis()
      Required - API name: time_in_millis
    • total

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

      protected static void setupGetStatsDeserializer​(DelegatingDeserializer<GetStats.Builder> op)