| 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) |
| Constructor and Description |
|---|
HiveMetastoreClientFactory(HiveConfig config,
HiveMetastoreAuthentication metastoreAuthentication) |
HiveMetastoreClientFactory(Optional<SSLContext> sslContext,
Optional<com.google.common.net.HostAndPort> socksProxy,
io.airlift.units.Duration timeout,
HiveMetastoreAuthentication metastoreAuthentication) |
Copyright © 2012–2019. All rights reserved.