Uses of Class
net.snowflake.client.jdbc.RetryContextManager.RetryHook
-
Packages that use RetryContextManager.RetryHook Package Description net.snowflake.client.jdbc -
-
Uses of RetryContextManager.RetryHook in net.snowflake.client.jdbc
Methods in net.snowflake.client.jdbc that return RetryContextManager.RetryHook Modifier and Type Method Description RetryContextManager.RetryHookRetryContextManager. getRetryHook()Returns the configured RetryHook.static RetryContextManager.RetryHookRetryContextManager.RetryHook. valueOf(String name)Returns the enum constant of this type with the specified name.static RetryContextManager.RetryHook[]RetryContextManager.RetryHook. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.snowflake.client.jdbc with parameters of type RetryContextManager.RetryHook Constructor Description RetryContextManager(RetryContextManager.RetryHook retryHook)Constructor that accepts a specific RetryHook.
-