Package io.trino.hdfs
Class TrinoFileSystemCacheStats
java.lang.Object
io.trino.hdfs.TrinoFileSystemCacheStats
-
Method Summary
Modifier and TypeMethodDescriptionlongio.airlift.stats.CounterStatio.airlift.stats.CounterStatio.airlift.stats.CounterStatio.airlift.stats.CounterStatstatic TrinoFileSystemCacheStatsinstance()voidvoidvoidvoid
-
Method Details
-
getCacheSize
public long getCacheSize() -
getGetCalls
public io.airlift.stats.CounterStat getGetCalls() -
getGetCallsFailed
public io.airlift.stats.CounterStat getGetCallsFailed() -
getGetUniqueCalls
public io.airlift.stats.CounterStat getGetUniqueCalls() -
getRemoveCalls
public io.airlift.stats.CounterStat getRemoveCalls() -
newGetCall
public void newGetCall() -
newGetUniqueCall
public void newGetUniqueCall() -
newGetCallFailed
public void newGetCallFailed() -
newRemoveCall
public void newRemoveCall() -
instance
-