Uses of Class
io.trino.plugin.kafka.security.KafkaEndpointIdentificationAlgorithm
-
Packages that use KafkaEndpointIdentificationAlgorithm Package Description io.trino.plugin.kafka.security -
-
Uses of KafkaEndpointIdentificationAlgorithm in io.trino.plugin.kafka.security
Methods in io.trino.plugin.kafka.security that return KafkaEndpointIdentificationAlgorithm Modifier and Type Method Description static KafkaEndpointIdentificationAlgorithmKafkaEndpointIdentificationAlgorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static KafkaEndpointIdentificationAlgorithm[]KafkaEndpointIdentificationAlgorithm. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.trino.plugin.kafka.security that return types with arguments of type KafkaEndpointIdentificationAlgorithm Modifier and Type Method Description static Optional<KafkaEndpointIdentificationAlgorithm>KafkaEndpointIdentificationAlgorithm. fromString(String value)Optional<KafkaEndpointIdentificationAlgorithm>KafkaSslConfig. getEndpointIdentificationAlgorithm()Methods in io.trino.plugin.kafka.security with parameters of type KafkaEndpointIdentificationAlgorithm Modifier and Type Method Description KafkaSslConfigKafkaSslConfig. setEndpointIdentificationAlgorithm(KafkaEndpointIdentificationAlgorithm endpointIdentificationAlgorithm)
-