Uses of Class
io.trino.plugin.hive.metastore.thrift.TokenDelegationThriftMetastoreFactory
-
Packages that use TokenDelegationThriftMetastoreFactory Package Description io.trino.plugin.hive.metastore.thrift -
-
Uses of TokenDelegationThriftMetastoreFactory in io.trino.plugin.hive.metastore.thrift
Constructors in io.trino.plugin.hive.metastore.thrift with parameters of type TokenDelegationThriftMetastoreFactory Constructor Description ThriftHiveMetastore(Optional<ConnectorIdentity> identity, HdfsEnvironment hdfsEnvironment, TokenDelegationThriftMetastoreFactory metastoreFactory, double backoffScaleFactor, io.airlift.units.Duration minBackoffDelay, io.airlift.units.Duration maxBackoffDelay, io.airlift.units.Duration maxRetryTime, io.airlift.units.Duration maxWaitForLock, int maxRetries, boolean deleteFilesOnDrop, boolean translateHiveViews, boolean assumeCanonicalPartitionKeys, ThriftMetastoreStats stats)ThriftHiveMetastoreFactory(TokenDelegationThriftMetastoreFactory metastoreFactory, boolean hideDeltaLakeTables, boolean translateHiveViews, ThriftMetastoreConfig thriftConfig, HdfsEnvironment hdfsEnvironment)
-