Package io.trino.filesystem.alluxio
Class AlluxioCacheStats
java.lang.Object
io.trino.filesystem.alluxio.AlluxioCacheStats
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.airlift.stats.DistributionStatio.airlift.stats.DistributionStatvoidrecordCacheRead(int length) voidrecordExternalRead(int length)
-
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)
-