Uses of Class
com.google.api.gax.retrying.RetryAlgorithm
Packages that use RetryAlgorithm
-
Uses of RetryAlgorithm in com.google.api.gax.retrying
Subclasses of RetryAlgorithm in com.google.api.gax.retryingModifier and TypeClassDescriptionfinal classStreamingRetryAlgorithm<ResponseT>The streaming retry algorithm, which makes decision based either on the thrown exception and the execution time settings of the previous attempt.Constructors in com.google.api.gax.retrying with parameters of type RetryAlgorithmModifierConstructorDescriptionDirectRetryingExecutor(RetryAlgorithm<ResponseT> retryAlgorithm) Creates a new direct retrying executor instance, which will be usingretryAlgorithmto determine retrying strategy.ScheduledRetryingExecutor(RetryAlgorithm<ResponseT> retryAlgorithm, ScheduledExecutorService scheduler) Creates a new scheduled retry executor, which will be usingschedulerfor actual attempts scheduling andretryAlgorithmfor retrying strategy.