Uses of Class
io.trino.plugin.hive.metastore.thrift.ThriftMetastoreAuthenticationConfig.ThriftMetastoreAuthenticationType
-
Packages that use ThriftMetastoreAuthenticationConfig.ThriftMetastoreAuthenticationType Package Description io.trino.plugin.hive.metastore.thrift -
-
Uses of ThriftMetastoreAuthenticationConfig.ThriftMetastoreAuthenticationType in io.trino.plugin.hive.metastore.thrift
Methods in io.trino.plugin.hive.metastore.thrift that return ThriftMetastoreAuthenticationConfig.ThriftMetastoreAuthenticationType Modifier and Type Method Description @NotNull ThriftMetastoreAuthenticationConfig.ThriftMetastoreAuthenticationTypeThriftMetastoreAuthenticationConfig. getAuthenticationType()static ThriftMetastoreAuthenticationConfig.ThriftMetastoreAuthenticationTypeThriftMetastoreAuthenticationConfig.ThriftMetastoreAuthenticationType. valueOf(String name)Returns the enum constant of this type with the specified name.static ThriftMetastoreAuthenticationConfig.ThriftMetastoreAuthenticationType[]ThriftMetastoreAuthenticationConfig.ThriftMetastoreAuthenticationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.trino.plugin.hive.metastore.thrift with parameters of type ThriftMetastoreAuthenticationConfig.ThriftMetastoreAuthenticationType Modifier and Type Method Description ThriftMetastoreAuthenticationConfigThriftMetastoreAuthenticationConfig. setAuthenticationType(ThriftMetastoreAuthenticationConfig.ThriftMetastoreAuthenticationType authenticationType)
-