Class UpdateByQueryResponse

java.lang.Object
co.elastic.clients.elasticsearch._core.UpdateByQueryResponse
All Implemented Interfaces:
JsonpSerializable

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

  • Constructor Details

  • Method Details

    • batches

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

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

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

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

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

      @Nullable public Retries retries()
      API name: retries
    • task

      @Nullable public java.lang.String task()
      API name: task
    • timedOut

      @Nullable public java.lang.Boolean timedOut()
      API name: timed_out
    • took

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

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

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

      @Nullable public java.lang.Long versionConflicts()
      API name: version_conflicts
    • throttledMillis

      @Nullable public java.lang.Number throttledMillis()
      API name: throttled_millis
    • throttledUntilMillis

      @Nullable public java.lang.Number throttledUntilMillis()
      API name: throttled_until_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)
    • setupUpdateByQueryResponseDeserializer

      protected static void setupUpdateByQueryResponseDeserializer​(DelegatingDeserializer<UpdateByQueryResponse.Builder> op)