Class IngestTotal

java.lang.Object
co.elastic.clients.elasticsearch.nodes.IngestTotal
All Implemented Interfaces:
JsonpSerializable

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

  • Method Details

    • of

    • count

      public final long count()
      Required - Total number of documents ingested during the lifetime of this node.

      API name: count

    • current

      public final long current()
      Required - Total number of documents currently being ingested.

      API name: current

    • failed

      public final long failed()
      Required - Total number of failed ingest operations during the lifetime of this node.

      API name: failed

    • timeInMillis

      public final long timeInMillis()
      Required - Total time, in milliseconds, spent preprocessing ingest documents during the lifetime of this node.

      API name: 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
    • setupIngestTotalDeserializer

      protected static void setupIngestTotalDeserializer(ObjectDeserializer<IngestTotal.Builder> op)