Class CachingTestUtils.CacheStats

java.lang.Object
io.trino.tests.product.hive.util.CachingTestUtils.CacheStats
Enclosing class:
CachingTestUtils

public static class CachingTestUtils.CacheStats extends Object
  • Constructor Details

    • CacheStats

      public CacheStats(long cachedReads, long remoteReads, long nonLocalReads, long asyncDownloadedMb)
  • Method Details

    • getCachedReads

      public long getCachedReads()
    • getRemoteReads

      public long getRemoteReads()
    • getNonLocalReads

      public long getNonLocalReads()
    • getAsyncDownloadedMb

      public long getAsyncDownloadedMb()