Class BigQueryRetryHelper (2.26.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
NameDescription
callableCallable<V>
retrySettingsRetrySettings
resultRetryAlgorithmResultRetryAlgorithm<?>
clockApiClock
bigQueryRetryConfigBigQueryRetryConfig
Returns
TypeDescription
V
Exceptions
TypeDescription
com.google.cloud.RetryHelper.RetryHelperException

Constructors

BigQueryRetryHelper()

public BigQueryRetryHelper()