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