Uses of Interface
com.google.api.gax.retrying.TimedRetryAlgorithm
-
Packages that use TimedRetryAlgorithm Package Description com.google.api.gax.longrunning com.google.api.gax.retrying com.google.api.gax.rpc -
-
Uses of TimedRetryAlgorithm in com.google.api.gax.longrunning
Classes in com.google.api.gax.longrunning that implement TimedRetryAlgorithm Modifier and Type Class Description classOperationTimedPollAlgorithmOperation 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.retrying Modifier and Type Interface Description interfaceTimedRetryAlgorithmWithContextA 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 TimedRetryAlgorithm Modifier and Type Class Description classExponentialPollAlgorithmThe 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.classExponentialRetryAlgorithmThe 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 TimedRetryAlgorithm Modifier and Type Method Description TimedRetryAlgorithmRetryAlgorithm. getTimedAlgorithm()Constructors in com.google.api.gax.retrying with parameters of type TimedRetryAlgorithm Constructor Description RetryAlgorithm(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 TimedRetryAlgorithm Modifier and Type Method Description TimedRetryAlgorithmOperationCallSettings.Builder. getPollingAlgorithm()Get the polling algorithm of the operation.TimedRetryAlgorithmOperationCallSettings. getPollingAlgorithm()Methods in com.google.api.gax.rpc with parameters of type TimedRetryAlgorithm Modifier and Type Method Description OperationCallSettings.Builder<RequestT,ResponseT,MetadataT>OperationCallSettings.Builder. setPollingAlgorithm(TimedRetryAlgorithm pollingAlgorithm)Set the polling algorithm of the operation.
-