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

      @Nullable public final Long count()
      Total number of documents ingested during the lifetime of this node.

      API name: count

    • current

      @Nullable public final Long current()
      Total number of documents currently being ingested.

      API name: current

    • failed

      @Nullable public final Long failed()
      Total number of failed ingest operations during the lifetime of this node.

      API name: failed

    • processors

      public final List<Map<String,KeyedProcessor>> processors()
      Total number of ingest processors.

      API name: processors

    • timeInMillis

      @Nullable public final Long timeInMillis()
      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)