Package io.trino.plugin.hive.fs
Class TrinoFileSystemCacheStats
- java.lang.Object
-
- io.trino.plugin.hive.fs.TrinoFileSystemCacheStats
-
public class TrinoFileSystemCacheStats extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetCacheSize()io.airlift.stats.CounterStatgetGetCalls()io.airlift.stats.CounterStatgetGetCallsFailed()io.airlift.stats.CounterStatgetGetUniqueCalls()io.airlift.stats.CounterStatgetRemoveCalls()voidnewGetCall()voidnewGetCallFailed()voidnewGetUniqueCall()voidnewRemoveCall()
-
-
-
Method Detail
-
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()
-
-