Uses of Class
com.snowflake.kafka.connector.internal.SnowflakeInternalOperations
-
Packages that use SnowflakeInternalOperations Package Description com.snowflake.kafka.connector.internal -
-
Uses of SnowflakeInternalOperations in com.snowflake.kafka.connector.internal
Methods in com.snowflake.kafka.connector.internal that return SnowflakeInternalOperations Modifier and Type Method Description static SnowflakeInternalOperationsSnowflakeInternalOperations. valueOf(String name)Returns the enum constant of this type with the specified name.static SnowflakeInternalOperations[]SnowflakeInternalOperations. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.snowflake.kafka.connector.internal with parameters of type SnowflakeInternalOperations Modifier and Type Method Description static ObjectInternalUtils. backoffAndRetry(SnowflakeTelemetryService telemetry, SnowflakeInternalOperations operation, InternalUtils.backoffFunction runnable)Backoff logic
-