Uses of Class
com.google.api.gax.retrying.RetryAlgorithm
-
Packages that use RetryAlgorithm Package Description com.google.api.gax.retrying -
-
Uses of RetryAlgorithm in com.google.api.gax.retrying
Subclasses of RetryAlgorithm in com.google.api.gax.retrying Modifier and Type Class Description 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 RetryAlgorithm Constructor Description DirectRetryingExecutor(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.
-