Class DeleteByQueryResponse

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

@JsonpDeserializable
public class DeleteByQueryResponse
extends java.lang.Object
implements JsonpSerializable
See Also:
API specification
  • Field Details

  • Method Details

    • of

      public static DeleteByQueryResponse of​(java.util.function.Function<DeleteByQueryResponse.Builder,​ObjectBuilder<DeleteByQueryResponse>> fn)
    • batches

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

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

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

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

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

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

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

      @Nullable public final java.lang.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 java.lang.Boolean timedOut()
      API name: timed_out
    • took

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

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

      @Nullable public final java.lang.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 java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • setupDeleteByQueryResponseDeserializer

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