Uses of Interface
io.trino.plugin.hive.authentication.HiveMetastoreAuthentication
-
Packages that use HiveMetastoreAuthentication Package Description io.trino.plugin.hive.metastore.thrift -
-
Uses of HiveMetastoreAuthentication in io.trino.plugin.hive.metastore.thrift
Classes in io.trino.plugin.hive.metastore.thrift that implement HiveMetastoreAuthentication Modifier and Type Class Description classKerberosHiveMetastoreAuthenticationclassNoHiveMetastoreAuthenticationMethods in io.trino.plugin.hive.metastore.thrift with parameters of type HiveMetastoreAuthentication Modifier and Type Method Description static org.apache.thrift.transport.TTransportTransport. create(com.google.common.net.HostAndPort address, Optional<SSLContext> sslContext, Optional<com.google.common.net.HostAndPort> socksProxy, int timeoutMillis, HiveMetastoreAuthentication authentication, Optional<String> delegationToken)Constructors in io.trino.plugin.hive.metastore.thrift with parameters of type HiveMetastoreAuthentication Constructor Description DefaultThriftMetastoreClientFactory(ThriftMetastoreConfig config, HiveMetastoreAuthentication metastoreAuthentication, NodeManager nodeManager)DefaultThriftMetastoreClientFactory(Optional<SSLContext> sslContext, Optional<com.google.common.net.HostAndPort> socksProxy, io.airlift.units.Duration timeout, HiveMetastoreAuthentication metastoreAuthentication, String hostname)
-