Uses of Interface
com.google.api.gax.retrying.TimedRetryAlgorithm
Packages that use TimedRetryAlgorithm
Package
Description
-
Uses of TimedRetryAlgorithm in com.google.api.gax.longrunning
Classes in com.google.api.gax.longrunning that implement TimedRetryAlgorithmModifier and TypeClassDescriptionclassOperation timed polling algorithm, which uses exponential backoff factor for determining when the next polling operation should be executed. -
Uses of TimedRetryAlgorithm in com.google.api.gax.retrying
Subinterfaces of TimedRetryAlgorithm in com.google.api.gax.retryingModifier and TypeInterfaceDescriptioninterfaceA timed retry algorithm is responsible for the following operations, based on the previous attempt settings and current time: Creating first attemptTimedAttemptSettings.Classes in com.google.api.gax.retrying that implement TimedRetryAlgorithmModifier and TypeClassDescriptionclassThe 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.classThe timed retry algorithm which uses jittered exponential backoff factor for calculating the next attempt execution time.Methods in com.google.api.gax.retrying that return TimedRetryAlgorithmConstructors in com.google.api.gax.retrying with parameters of type TimedRetryAlgorithmModifierConstructorDescriptionRetryAlgorithm(ResultRetryAlgorithm<ResponseT> resultAlgorithm, TimedRetryAlgorithm timedAlgorithm) Deprecated.StreamingRetryAlgorithm(ResultRetryAlgorithm<ResponseT> resultAlgorithm, TimedRetryAlgorithm timedAlgorithm) Deprecated. -
Uses of TimedRetryAlgorithm in com.google.api.gax.rpc
Methods in com.google.api.gax.rpc that return TimedRetryAlgorithmModifier and TypeMethodDescriptionOperationCallSettings.Builder.getPollingAlgorithm()Get the polling algorithm of the operation.final TimedRetryAlgorithmOperationCallSettings.getPollingAlgorithm()Methods in com.google.api.gax.rpc with parameters of type TimedRetryAlgorithmModifier and TypeMethodDescriptionOperationCallSettings.Builder.setPollingAlgorithm(TimedRetryAlgorithm pollingAlgorithm) Set the polling algorithm of the operation.
RetryAlgorithm(ResultRetryAlgorithmWithContext, TimedRetryAlgorithmWithContext)instead