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 RetryContext
RetryContextManager. getRetryContext()
RetryContext
RetryContext. setElapsedTimeInMillis(long elapsedTimeInMillis)
RetryContext
RetryContext. setRetryCount(long retryCount)
RetryContext
RetryContext. setRetryTimeoutInMillis(long retryTimeoutInMillis)
Method parameters in net.snowflake.client.jdbc with type arguments of type RetryContext Modifier and Type Method Description RetryContextManager
RetryContextManager. registerRetryCallback(ThrowingBiFunction<org.apache.http.client.methods.HttpRequestBase,RetryContext,RetryContext,SnowflakeSQLException> callback)
Registers a retry callback that will be executed on each retry.RetryContextManager
RetryContextManager. registerRetryCallback(ThrowingBiFunction<org.apache.http.client.methods.HttpRequestBase,RetryContext,RetryContext,SnowflakeSQLException> callback)
Registers a retry callback that will be executed on each retry.
-