Class AlluxioCacheStats

java.lang.Object
io.trino.filesystem.alluxio.AlluxioCacheStats

@ThreadSafe public class AlluxioCacheStats extends Object
  • Constructor Details

    • AlluxioCacheStats

      public AlluxioCacheStats()
  • Method Details

    • getExternalReads

      public io.airlift.stats.DistributionStat getExternalReads()
    • getCacheReads

      public io.airlift.stats.DistributionStat getCacheReads()
    • recordCacheRead

      public void recordCacheRead(int length)
    • recordExternalRead

      public void recordExternalRead(int length)