| Package | Description |
|---|---|
| io.prestosql.plugin.hive.authentication | |
| io.prestosql.plugin.hive.metastore.thrift |
| Modifier and Type | Class and Description |
|---|---|
class |
KerberosHiveMetastoreAuthentication |
class |
NoHiveMetastoreAuthentication |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.thrift.transport.TTransport |
Transport.create(com.google.common.net.HostAndPort address,
Optional<SSLContext> sslContext,
Optional<com.google.common.net.HostAndPort> socksProxy,
int timeoutMillis,
HiveMetastoreAuthentication authentication,
Optional<String> delegationToken) |
| Constructor and Description |
|---|
ThriftMetastoreClientFactory(Optional<SSLContext> sslContext,
Optional<com.google.common.net.HostAndPort> socksProxy,
io.airlift.units.Duration timeout,
HiveMetastoreAuthentication metastoreAuthentication,
String hostname) |
ThriftMetastoreClientFactory(ThriftMetastoreConfig config,
HiveMetastoreAuthentication metastoreAuthentication,
NodeManager nodeManager) |
Copyright © 2012–2020. All rights reserved.