Class Result

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getRateLimitDelayedMs()
      Get the time the operation was delayed due to rate limiting.
      RetryStats getRetryStats()
      Returns a stats object with information about retries.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getRateLimitDelayedMs

        public int getRateLimitDelayedMs()
        Get the time the operation was delayed due to rate limiting. Cloud only. If rate limiting is in place, this value will represent the number of milliseconds that the operation was delayed due to rate limiting. If the value is zero, rate limiting did not apply or the operation did not need to wait for rate limiting.
        Returns:
        delay time in milliseconds
      • getRetryStats

        public RetryStats getRetryStats()
        Returns a stats object with information about retries.
        Returns:
        stats object with retry information, or null if no retries were performed.