Package io.trino.hdfs

Class TrinoFileSystemCacheStats

java.lang.Object
io.trino.hdfs.TrinoFileSystemCacheStats

public class TrinoFileSystemCacheStats extends Object
  • 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

      public static TrinoFileSystemCacheStats instance()