com.aelitis.azureus.core.diskmanager.cache
Interface CacheFileManagerStats

All Known Implementing Classes:
CacheFileManagerStatsImpl

public interface CacheFileManagerStats


Method Summary
 long getAverageBytesReadFromCache()
           
 long getAverageBytesReadFromFile()
           
 long getAverageBytesWrittenToCache()
           
 long getAverageBytesWrittenToFile()
           
 boolean[] getBytesInCache(TOTorrent torrent, long[] absoluteOffsets, long[] lengths)
           
 long getBytesReadFromCache()
           
 long getBytesReadFromFile()
           
 long getBytesWrittenToCache()
           
 long getBytesWrittenToFile()
           
 long getCacheReadCount()
           
 long getCacheWriteCount()
           
 long getFileReadCount()
           
 long getFileWriteCount()
           
 long getSize()
           
 long getUsedSize()
           
 

Method Detail

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)