Class DeleteByQueryResponse

java.lang.Object
co.elastic.clients.elasticsearch.core.DeleteByQueryResponse
All Implemented Interfaces:
JsonpSerializable

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

  • Method Details

    • of

    • batches

      @Nullable public final Long batches()
      API name: batches
    • deleted

      @Nullable public final Long deleted()
      API name: deleted
    • failures

      public final List<BulkIndexByScrollFailure> failures()
      API name: failures
    • noops

      @Nullable public final Long noops()
      API name: noops
    • requestsPerSecond

      @Nullable public final Float requestsPerSecond()
      API name: requests_per_second
    • retries

      @Nullable public final Retries retries()
      API name: retries
    • sliceId

      @Nullable public final Integer sliceId()
      API name: slice_id
    • task

      @Nullable public final String task()
      API name: task
    • throttled

      @Nullable public final Time throttled()
      API name: throttled
    • throttledMillis

      public final long throttledMillis()
      Required - API name: throttled_millis
    • throttledUntil

      @Nullable public final Time throttledUntil()
      API name: throttled_until
    • throttledUntilMillis

      public final long throttledUntilMillis()
      Required - API name: throttled_until_millis
    • timedOut

      @Nullable public final Boolean timedOut()
      API name: timed_out
    • took

      @Nullable public final Long took()
      API name: took
    • total

      @Nullable public final Long total()
      API name: total
    • versionConflicts

      @Nullable public final Long versionConflicts()
      API name: version_conflicts
    • 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
    • setupDeleteByQueryResponseDeserializer

      protected static void setupDeleteByQueryResponseDeserializer(ObjectDeserializer<DeleteByQueryResponse.Builder> op)