Uses of Interface
com.google.api.gax.retrying.ResultRetryAlgorithm
-
Packages that use ResultRetryAlgorithm Package Description com.google.api.gax.longrunning com.google.api.gax.retrying -
-
Uses of ResultRetryAlgorithm in com.google.api.gax.longrunning
Classes in com.google.api.gax.longrunning that implement ResultRetryAlgorithm Modifier and Type Class Description classOperationResponsePollAlgorithmOperation 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.retrying Modifier and Type Interface Description interfaceResultRetryAlgorithmWithContext<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 ResultRetryAlgorithm Modifier and Type Class Description classBasicResultRetryAlgorithm<ResponseT>A basic implementation ofResultRetryAlgorithm.Methods in com.google.api.gax.retrying that return ResultRetryAlgorithm Modifier and Type Method Description ResultRetryAlgorithm<ResponseT>RetryAlgorithm. getResultAlgorithm()Constructors in com.google.api.gax.retrying with parameters of type ResultRetryAlgorithm Constructor Description RetryAlgorithm(ResultRetryAlgorithm<ResponseT> resultAlgorithm, TimedRetryAlgorithm timedAlgorithm)Deprecated.StreamingRetryAlgorithm(ResultRetryAlgorithm<ResponseT> resultAlgorithm, TimedRetryAlgorithm timedAlgorithm)Deprecated.
-