Send feedback
Class BigQueryRetryAlgorithm<ResponseT> (2.14.5)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.14.5 keyboard_arrow_down
public class BigQueryRetryAlgorithm<ResponseT> extends RetryAlgorithm<ResponseT>
Type Parameter
Static Methods
matchRegEx(String retriableRegEx, String errorDesc)
public static boolean matchRegEx ( String retriableRegEx , String errorDesc )
Parameters
Returns
Constructors
BigQueryRetryAlgorithm(ResultRetryAlgorithm<ResponseT> resultAlgorithm, TimedRetryAlgorithm timedAlgorithm, BigQueryRetryConfig bigQueryRetryConfig)
public BigQueryRetryAlgorithm ( ResultRetryAlgorithm<ResponseT> resultAlgorithm , TimedRetryAlgorithm timedAlgorithm , BigQueryRetryConfig bigQueryRetryConfig )
Parameters
Methods
createNextAttempt(RetryingContext context, Throwable previousThrowable, ResponseT previousResponse, TimedAttemptSettings previousSettings)
public TimedAttemptSettings createNextAttempt ( RetryingContext context , Throwable previousThrowable , ResponseT previousResponse , TimedAttemptSettings previousSettings )
Parameters
Returns
Overrides
shouldRetry(RetryingContext context, Throwable previousThrowable, ResponseT previousResponse, TimedAttemptSettings nextAttemptSettings)
public boolean shouldRetry ( RetryingContext context , Throwable previousThrowable , ResponseT previousResponse , TimedAttemptSettings nextAttemptSettings )
Parameters
Returns
Overrides
Exceptions
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]