Class ThriftMetastoreApiStats

java.lang.Object
io.trino.plugin.hive.metastore.thrift.ThriftMetastoreApiStats

@ThreadSafe public class ThriftMetastoreApiStats extends Object
  • Constructor Details

    • ThriftMetastoreApiStats

      public ThriftMetastoreApiStats()
  • Method Details

    • wrap

      public <V> Callable<V> wrap(Callable<V> callable)
    • getTime

      public io.airlift.stats.TimeStat getTime()
    • getTotalFailures

      public io.airlift.stats.CounterStat getTotalFailures()
    • getThriftExceptions

      public io.airlift.stats.CounterStat getThriftExceptions()
    • getMetastoreExceptions

      public io.airlift.stats.CounterStat getMetastoreExceptions()