Class BulkByScrollResponse

    • Method Detail

      • getCreated

        public long getCreated()
      • getTotal

        public long getTotal()
      • getDeleted

        public long getDeleted()
      • getUpdated

        public long getUpdated()
      • getBatches

        public int getBatches()
      • getVersionConflicts

        public long getVersionConflicts()
      • getNoops

        public long getNoops()
      • getReasonCancelled

        public java.lang.String getReasonCancelled()
        The reason that the request was canceled or null if it hasn't been.
      • getBulkRetries

        public long getBulkRetries()
        The number of times that the request had retry bulk actions.
      • getSearchRetries

        public long getSearchRetries()
        The number of times that the request had retry search actions.
      • getBulkFailures

        public java.util.List<BulkItemResponse.Failure> getBulkFailures()
        All of the bulk failures. Version conflicts are only included if the request sets abortOnVersionConflict to true (the default).
      • isTimedOut

        public boolean isTimedOut()
        Did any of the sub-requests that were part of this request timeout?
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object