Uses of Class
io.trino.plugin.hive.metastore.thrift.ThriftMetastoreConfig
-
Packages that use ThriftMetastoreConfig Package Description io.trino.plugin.hive.metastore.thrift -
-
Uses of ThriftMetastoreConfig in io.trino.plugin.hive.metastore.thrift
Methods in io.trino.plugin.hive.metastore.thrift that return ThriftMetastoreConfig Modifier and Type Method Description ThriftMetastoreConfigThriftMetastoreConfig. setAssumeCanonicalPartitionKeys(boolean assumeCanonicalPartitionKeys)ThriftMetastoreConfigThriftMetastoreConfig. setBackoffScaleFactor(double backoffScaleFactor)ThriftMetastoreConfigThriftMetastoreConfig. setDelegationTokenCacheMaximumSize(long delegationTokenCacheMaximumSize)ThriftMetastoreConfigThriftMetastoreConfig. setDelegationTokenCacheTtl(io.airlift.units.Duration delegationTokenCacheTtl)ThriftMetastoreConfigThriftMetastoreConfig. setDeleteFilesOnDrop(boolean deleteFilesOnDrop)ThriftMetastoreConfigThriftMetastoreConfig. setImpersonationEnabled(boolean impersonationEnabled)ThriftMetastoreConfigThriftMetastoreConfig. setKeystorePassword(String keystorePassword)ThriftMetastoreConfigThriftMetastoreConfig. setKeystorePath(File keystorePath)ThriftMetastoreConfigThriftMetastoreConfig. setMaxBackoffDelay(io.airlift.units.Duration maxBackoffDelay)ThriftMetastoreConfigThriftMetastoreConfig. setMaxRetries(int maxRetries)ThriftMetastoreConfigThriftMetastoreConfig. setMaxRetryTime(io.airlift.units.Duration maxRetryTime)ThriftMetastoreConfigThriftMetastoreConfig. setMaxWaitForTransactionLock(io.airlift.units.Duration maxWaitForTransactionLock)ThriftMetastoreConfigThriftMetastoreConfig. setMetastoreTimeout(io.airlift.units.Duration metastoreTimeout)ThriftMetastoreConfigThriftMetastoreConfig. setMinBackoffDelay(io.airlift.units.Duration minBackoffDelay)ThriftMetastoreConfigThriftMetastoreConfig. setSocksProxy(com.google.common.net.HostAndPort socksProxy)ThriftMetastoreConfigThriftMetastoreConfig. setTlsEnabled(boolean tlsEnabled)ThriftMetastoreConfigThriftMetastoreConfig. setTruststorePassword(String trustStorePassword)ThriftMetastoreConfigThriftMetastoreConfig. setTruststorePath(File truststorePath)Constructors in io.trino.plugin.hive.metastore.thrift with parameters of type ThriftMetastoreConfig Constructor Description DefaultThriftMetastoreClientFactory(ThriftMetastoreConfig config, HiveMetastoreAuthentication metastoreAuthentication, NodeManager nodeManager)ThriftHiveMetastore(MetastoreLocator metastoreLocator, HiveConfig hiveConfig, MetastoreConfig metastoreConfig, ThriftMetastoreConfig thriftConfig, HdfsEnvironment hdfsEnvironment, boolean authenticationEnabled)ThriftHiveMetastore(MetastoreLocator metastoreLocator, HiveConfig hiveConfig, MetastoreConfig metastoreConfig, ThriftMetastoreConfig thriftConfig, ThriftMetastoreAuthenticationConfig authenticationConfig, HdfsEnvironment hdfsEnvironment)
-