Uses of Class
io.trino.plugin.hive.metastore.thrift.ThriftMetastoreStats
-
Packages that use ThriftMetastoreStats Package Description io.trino.plugin.hive.metastore.thrift -
-
Uses of ThriftMetastoreStats in io.trino.plugin.hive.metastore.thrift
Methods in io.trino.plugin.hive.metastore.thrift that return ThriftMetastoreStats Modifier and Type Method Description ThriftMetastoreStatsThriftHiveMetastore. getStats()ThriftMetastoreStatsThriftHiveMetastoreFactory. getStats()Constructors in io.trino.plugin.hive.metastore.thrift with parameters of type ThriftMetastoreStats 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)
-