Class ReindexResponse

java.lang.Object
org.opensearch.client.opensearch._global.ReindexResponse
All Implemented Interfaces:
ToJsonp

public final class ReindexResponse
extends java.lang.Object
implements ToJsonp
  • Field Details

  • Constructor Details

  • Method Details

    • batches

      @Nullable public java.lang.Number batches()
      API name: batches
    • created

      @Nullable public java.lang.Number created()
      API name: created
    • deleted

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

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

      @Nullable public java.lang.Number noops()
      API name: noops
    • retries

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

      @Nullable public java.lang.Number requestsPerSecond()
      API name: requests_per_second
    • sliceId

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

      @Nullable public jakarta.json.JsonValue task()
      API name: task
    • throttledMillis

      @Nullable public jakarta.json.JsonValue throttledMillis()
      API name: throttled_millis
    • throttledUntilMillis

      @Nullable public jakarta.json.JsonValue throttledUntilMillis()
      API name: throttled_until_millis
    • timedOut

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

      @Nullable public jakarta.json.JsonValue took()
      API name: took
    • total

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

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

      @Nullable public java.lang.Number versionConflicts()
      API name: version_conflicts
    • toJsonp

      public void toJsonp​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
      Serialize this object to JSON.
      Specified by:
      toJsonp in interface ToJsonp
    • toJsonpInternal

      protected void toJsonpInternal​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
    • setupReindexResponseDeserializer

      protected static void setupReindexResponseDeserializer​(DelegatingDeserializer<ReindexResponse.Builder> op)