Uses of Class
net.snowflake.client.jdbc.RetryContext
-
Packages that use RetryContext Package Description net.snowflake.client.jdbc -
-
Uses of RetryContext in net.snowflake.client.jdbc
Methods in net.snowflake.client.jdbc that return RetryContext Modifier and Type Method Description RetryContextRetryContextManager. getRetryContext()RetryContextRetryContext. setElapsedTimeInMillis(long elapsedTimeInMillis)RetryContextRetryContext. setRetryTimeoutInMillis(long retryTimeoutInMillis)Method parameters in net.snowflake.client.jdbc with type arguments of type RetryContext Modifier and Type Method Description RetryContextManagerRetryContextManager. registerRetryCallback(ThrowingBiFunction<org.apache.http.client.methods.HttpRequestBase,RetryContext,RetryContext,SnowflakeSQLException> callback)Registers a retry callback that will be executed on each retry.RetryContextManagerRetryContextManager. registerRetryCallback(ThrowingBiFunction<org.apache.http.client.methods.HttpRequestBase,RetryContext,RetryContext,SnowflakeSQLException> callback)Registers a retry callback that will be executed on each retry.
-