Uses of Interface
com.google.api.gax.retrying.TimedRetryAlgorithmWithContext
-
Packages that use TimedRetryAlgorithmWithContext Package Description com.google.api.gax.longrunning com.google.api.gax.retrying -
-
Uses of TimedRetryAlgorithmWithContext in com.google.api.gax.longrunning
Classes in com.google.api.gax.longrunning that implement TimedRetryAlgorithmWithContext Modifier and Type Class Description classOperationTimedPollAlgorithmOperation timed polling algorithm, which uses exponential backoff factor for determining when the next polling operation should be executed. -
Uses of TimedRetryAlgorithmWithContext in com.google.api.gax.retrying
Classes in com.google.api.gax.retrying that implement TimedRetryAlgorithmWithContext Modifier and Type Class Description classExponentialPollAlgorithmThe timed poll algorithm which uses jittered exponential backoff factor for calculating the next poll execution time and throwsPollExceptionin case if total timeout or total number of attempts is reached.classExponentialRetryAlgorithmThe timed retry algorithm which uses jittered exponential backoff factor for calculating the next attempt execution time.Constructors in com.google.api.gax.retrying with parameters of type TimedRetryAlgorithmWithContext Constructor Description RetryAlgorithm(ResultRetryAlgorithmWithContext<ResponseT> resultAlgorithm, TimedRetryAlgorithmWithContext timedAlgorithm)Creates a new retry algorithm instance, which uses thrown exception or returned response and timed algorithms to make a decision.StreamingRetryAlgorithm(ResultRetryAlgorithmWithContext<ResponseT> resultAlgorithm, TimedRetryAlgorithmWithContext timedAlgorithm)Creates aStreamingRetryAlgorithmthat will use the settings (if any) in theRetryingContextthat is passed in to the retrying methods.
-