Package io.trino.tests.product.hive.util
Class CachingTestUtils.CacheStats
java.lang.Object
io.trino.tests.product.hive.util.CachingTestUtils.CacheStats
- Enclosing class:
- CachingTestUtils
-
Constructor Summary
ConstructorsConstructorDescriptionCacheStats(long cachedReads, long remoteReads, long nonLocalReads, long asyncDownloadedMb) -
Method Summary
Modifier and TypeMethodDescriptionlonglonglonglong
-
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()
-