Uses of Interface
net.snowflake.hivemetastoreconnector.core.SnowflakeClient.ThrowableSupplier
-
Packages that use SnowflakeClient.ThrowableSupplier Package Description net.snowflake.hivemetastoreconnector.core -
-
Uses of SnowflakeClient.ThrowableSupplier in net.snowflake.hivemetastoreconnector.core
Methods in net.snowflake.hivemetastoreconnector.core with parameters of type SnowflakeClient.ThrowableSupplier Modifier and Type Method Description static <T,E extends Throwable>
TSnowflakeClient. retry(SnowflakeClient.ThrowableSupplier<T,E> method, SnowflakeConf snowflakeConf)Helper method for simple retries.
-