Interface CacheFileManagerStats

All Known Implementing Classes:
CacheFileManagerStatsImpl

public interface CacheFileManagerStats
  • Method Details

    • getSize

      long getSize()
    • getUsedSize

      long getUsedSize()
    • getBytesWrittenToCache

      long getBytesWrittenToCache()
    • getBytesWrittenToFile

      long getBytesWrittenToFile()
    • getBytesReadFromCache

      long getBytesReadFromCache()
    • getBytesReadFromFile

      long getBytesReadFromFile()
    • getAverageBytesWrittenToCache

      long getAverageBytesWrittenToCache()
    • getAverageBytesWrittenToFile

      long getAverageBytesWrittenToFile()
    • getAverageBytesReadFromCache

      long getAverageBytesReadFromCache()
    • getAverageBytesReadFromFile

      long getAverageBytesReadFromFile()
    • getCacheReadCount

      long getCacheReadCount()
    • getCacheWriteCount

      long getCacheWriteCount()
    • getFileReadCount

      long getFileReadCount()
    • getFileWriteCount

      long getFileWriteCount()
    • getBytesInCache

      boolean[] getBytesInCache(TOTorrent torrent, long[] absoluteOffsets, long[] lengths)