Searched refs:nextBackoffIntervalNanos (Results 1 – 1 of 1) sorted by relevance
95 private long nextBackoffIntervalNanos; field in RetriableStream590 nextBackoffIntervalNanos = retryPolicy.initialBackoffNanos; in closed()662 backoffNanos = (long) (nextBackoffIntervalNanos * random.nextDouble()); in makeRetryDecision()663 nextBackoffIntervalNanos = Math.min( in makeRetryDecision()664 (long) (nextBackoffIntervalNanos * retryPolicy.backoffMultiplier), in makeRetryDecision()671 nextBackoffIntervalNanos = retryPolicy.initialBackoffNanos; in makeRetryDecision()