Uses of Class
com.google.cloud.bigquery.BigQueryRetryConfig
-
Packages that use BigQueryRetryConfig Package Description com.google.cloud.bigquery A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for analytics. -
-
Uses of BigQueryRetryConfig in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return BigQueryRetryConfig Modifier and Type Method Description BigQueryRetryConfig
BigQueryRetryConfig.Builder. build()
Methods in com.google.cloud.bigquery with parameters of type BigQueryRetryConfig Modifier and Type Method Description static <V> V
BigQueryRetryHelper. runWithRetries(Callable<V> callable, com.google.api.gax.retrying.RetrySettings retrySettings, com.google.api.gax.retrying.ResultRetryAlgorithm<?> resultRetryAlgorithm, com.google.api.core.ApiClock clock, BigQueryRetryConfig bigQueryRetryConfig)
Constructors in com.google.cloud.bigquery with parameters of type BigQueryRetryConfig Constructor Description BigQueryRetryAlgorithm(com.google.api.gax.retrying.ResultRetryAlgorithm<ResponseT> resultAlgorithm, com.google.api.gax.retrying.TimedRetryAlgorithm timedAlgorithm, BigQueryRetryConfig bigQueryRetryConfig)
-