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

All Known Implementing Classes:
CacheFileManagerImpl

public interface CacheFileManager

Author:
parg

Method Summary
 CacheFile createFile(CacheFileOwner owner, File file, int type)
           
 CacheFileManagerStats getStats()
           
 void setFileLinks(TOTorrent torrent, LinkFileMap links)
           
 

Method Detail

createFile

CacheFile createFile(CacheFileOwner owner,
                     File file,
                     int type)
                     throws CacheFileManagerException
Throws:
CacheFileManagerException

getStats

CacheFileManagerStats getStats()

setFileLinks

void setFileLinks(TOTorrent torrent,
                  LinkFileMap links)