Uses of Interface
com.google.api.gax.retrying.ResultRetryAlgorithm
Packages that use ResultRetryAlgorithm
-
Uses of ResultRetryAlgorithm in com.google.api.gax.longrunning
Classes in com.google.api.gax.longrunning that implement ResultRetryAlgorithmModifier and TypeClassDescriptionclassOperation polling algorithm, which keeps retrying untilOperationSnapshot.isDone()is true. -
Uses of ResultRetryAlgorithm in com.google.api.gax.retrying
Subinterfaces of ResultRetryAlgorithm in com.google.api.gax.retryingModifier and TypeInterfaceDescriptioninterfaceResultRetryAlgorithmWithContext<ResponseT>A result retry algorithm is responsible for the following operations (based on the response returned by the previous attempt or on the thrown exception): Accepting a task for retry so another attempt will be made.Classes in com.google.api.gax.retrying that implement ResultRetryAlgorithmModifier and TypeClassDescriptionclassBasicResultRetryAlgorithm<ResponseT>A basic implementation ofResultRetryAlgorithm.Methods in com.google.api.gax.retrying that return ResultRetryAlgorithmConstructors in com.google.api.gax.retrying with parameters of type ResultRetryAlgorithmModifierConstructorDescriptionRetryAlgorithm(ResultRetryAlgorithm<ResponseT> resultAlgorithm, TimedRetryAlgorithm timedAlgorithm) Deprecated.StreamingRetryAlgorithm(ResultRetryAlgorithm<ResponseT> resultAlgorithm, TimedRetryAlgorithm timedAlgorithm) Deprecated.
RetryAlgorithm(ResultRetryAlgorithmWithContext, TimedRetryAlgorithmWithContext)instead