Interface CacheFileManagerStats
- All Known Implementing Classes:
CacheFileManagerStatsImpl
public interface CacheFileManagerStats
-
Method Summary
Modifier and TypeMethodDescriptionlong
long
long
long
boolean[]
getBytesInCache
(TOTorrent torrent, long[] absoluteOffsets, long[] lengths) long
long
long
long
long
long
long
long
long
getSize()
long
-
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
-