Uses of Interface
com.biglybt.core.diskmanager.cache.CacheFile
-
-
Uses of CacheFile in com.biglybt.core.disk.impl
Fields in com.biglybt.core.disk.impl declared as CacheFile Modifier and Type Field Description (package private) CacheFile
DiskManagerFileInfoImpl. cache_file
Methods in com.biglybt.core.disk.impl that return CacheFile Modifier and Type Method Description CacheFile
DiskManagerFileInfoImpl. getCacheFile()
-
Uses of CacheFile in com.biglybt.core.diskmanager.access
Methods in com.biglybt.core.diskmanager.access that return CacheFile Modifier and Type Method Description CacheFile
DiskAccessRequest. getFile()
Methods in com.biglybt.core.diskmanager.access with parameters of type CacheFile Modifier and Type Method Description DiskAccessRequest
DiskAccessController. queueReadRequest(CacheFile file, long offset, DirectByteBuffer buffer, short cache_policy, DiskAccessRequestListener listener)
DiskAccessRequest
DiskAccessController. queueWriteRequest(CacheFile file, long offset, DirectByteBuffer buffer, boolean free_buffer, DiskAccessRequestListener listener)
-
Uses of CacheFile in com.biglybt.core.diskmanager.access.impl
Fields in com.biglybt.core.diskmanager.access.impl declared as CacheFile Modifier and Type Field Description private CacheFile
DiskAccessRequestImpl. file
Methods in com.biglybt.core.diskmanager.access.impl that return CacheFile Modifier and Type Method Description CacheFile
DiskAccessRequestImpl. getFile()
Methods in com.biglybt.core.diskmanager.access.impl with parameters of type CacheFile Modifier and Type Method Description DiskAccessRequest
DiskAccessControllerImpl. queueReadRequest(CacheFile file, long offset, DirectByteBuffer buffer, short cache_policy, DiskAccessRequestListener listener)
DiskAccessRequest
DiskAccessControllerImpl. queueWriteRequest(CacheFile file, long offset, DirectByteBuffer buffer, boolean free_buffer, DiskAccessRequestListener listener)
Constructors in com.biglybt.core.diskmanager.access.impl with parameters of type CacheFile Constructor Description DiskAccessRequestImpl(CacheFile _file, long _offset, DirectByteBuffer _buffer, DiskAccessRequestListener _listener, short _op, short _cache_policy)
-
Uses of CacheFile in com.biglybt.core.diskmanager.cache
Fields in com.biglybt.core.diskmanager.cache declared as CacheFile Modifier and Type Field Description private CacheFile
CacheFileManagerException. file
Methods in com.biglybt.core.diskmanager.cache that return CacheFile Modifier and Type Method Description CacheFile
CacheFileManager. createFile(CacheFileOwner owner, java.io.File file, int type, boolean force)
CacheFile
CacheFileManagerException. getFile()
Constructors in com.biglybt.core.diskmanager.cache with parameters of type CacheFile Constructor Description CacheFileManagerException(CacheFile _file, java.lang.String _str)
CacheFileManagerException(CacheFile _file, java.lang.String _str, java.lang.Throwable _cause)
CacheFileManagerException(CacheFile _file, java.lang.String _str, java.lang.Throwable _cause, int _fail_index)
-
Uses of CacheFile in com.biglybt.core.diskmanager.cache.impl
Classes in com.biglybt.core.diskmanager.cache.impl that implement CacheFile Modifier and Type Class Description class
CacheFileWithCache
class
CacheFileWithoutCache
class
CacheFileWithoutCacheMT
Methods in com.biglybt.core.diskmanager.cache.impl that return CacheFile Modifier and Type Method Description CacheFile
CacheFileManagerImpl. createFile(CacheFileOwner owner, java.io.File file, int type, boolean force)
Methods in com.biglybt.core.diskmanager.cache.impl with parameters of type CacheFile Modifier and Type Method Description protected void
CacheFileManagerImpl. rethrow(CacheFile file, FMFileManagerException e)
-