Class OperationTimedPollAlgorithm

java.lang.Object
com.google.api.gax.retrying.ExponentialRetryAlgorithm
com.google.api.gax.longrunning.OperationTimedPollAlgorithm
All Implemented Interfaces:
TimedRetryAlgorithm, TimedRetryAlgorithmWithContext

public class OperationTimedPollAlgorithm extends ExponentialRetryAlgorithm
Operation timed polling algorithm, which uses exponential backoff factor for determining when the next polling operation should be executed. If the polling exceeds the total timeout this algorithm cancels polling.