Class BigQueryRetryHelper (2.40.1)

public class BigQueryRetryHelper extends RetryHelper

Inheritance

java.lang.Object > com.google.cloud.RetryHelper > BigQueryRetryHelper

Static Methods

<V>runWithRetries(Callable<V> callable, RetrySettings retrySettings, ResultRetryAlgorithm<?> resultRetryAlgorithm, ApiClock clock, BigQueryRetryConfig bigQueryRetryConfig)

public static V <V>runWithRetries(Callable<V> callable, RetrySettings retrySettings, ResultRetryAlgorithm<?> resultRetryAlgorithm, ApiClock clock, BigQueryRetryConfig bigQueryRetryConfig)
Parameters
Name Description
callable Callable<V>
retrySettings RetrySettings
resultRetryAlgorithm ResultRetryAlgorithm<?>
clock ApiClock
bigQueryRetryConfig BigQueryRetryConfig
Returns
Type Description
V
Exceptions
Type Description
com.google.cloud.RetryHelper.RetryHelperException

Constructors

BigQueryRetryHelper()

public BigQueryRetryHelper()