Uses of Class
com.google.cloud.bigquery.BigQueryRetryConfig
Packages that use BigQueryRetryConfig
Package
Description
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 BigQueryRetryConfigMethods in com.google.cloud.bigquery with parameters of type BigQueryRetryConfigModifier and TypeMethodDescriptionstatic BigQuery.JobOptionBigQuery.JobOption.bigQueryRetryConfig(BigQueryRetryConfig bigQueryRetryConfig) Returns an option to specify the job's BigQuery retry configuration.static <V> VBigQueryRetryHelper.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) Job.waitFor(BigQueryRetryConfig bigQueryRetryConfig, com.google.cloud.RetryOption... waitOptions) Blocks until this job completes its execution, either failing or succeeding.Constructors in com.google.cloud.bigquery with parameters of type BigQueryRetryConfigModifierConstructorDescriptionBigQueryRetryAlgorithm(com.google.api.gax.retrying.ResultRetryAlgorithm<ResponseT> resultAlgorithm, com.google.api.gax.retrying.TimedRetryAlgorithm timedAlgorithm, BigQueryRetryConfig bigQueryRetryConfig)