Uses of Class
com.google.api.gax.retrying.ExponentialRetryAlgorithm
-
Packages that use ExponentialRetryAlgorithm Package Description com.google.api.gax.longrunning com.google.api.gax.retrying -
-
Uses of ExponentialRetryAlgorithm in com.google.api.gax.longrunning
Subclasses of ExponentialRetryAlgorithm in com.google.api.gax.longrunning 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 ExponentialRetryAlgorithm in com.google.api.gax.retrying
Subclasses of ExponentialRetryAlgorithm in com.google.api.gax.retrying 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.
-