Uses of Class
com.snowflake.kafka.connector.SnowflakeSinkConnectorConfig.ErrorTolerance
-
Packages that use SnowflakeSinkConnectorConfig.ErrorTolerance Package Description com.snowflake.kafka.connector -
-
Uses of SnowflakeSinkConnectorConfig.ErrorTolerance in com.snowflake.kafka.connector
Methods in com.snowflake.kafka.connector that return SnowflakeSinkConnectorConfig.ErrorTolerance Modifier and Type Method Description static SnowflakeSinkConnectorConfig.ErrorToleranceSnowflakeSinkConnectorConfig.ErrorTolerance. valueOf(String name)Returns the enum constant of this type with the specified name.static SnowflakeSinkConnectorConfig.ErrorTolerance[]SnowflakeSinkConnectorConfig.ErrorTolerance. values()Returns an array containing the constants of this enum type, in the order they are declared.
-