Uses of Interface
com.biglybt.core.diskmanager.cache.CacheFile
Packages that use CacheFile
Package
Description
-
Uses of CacheFile in com.biglybt.core.disk.impl
Fields in com.biglybt.core.disk.impl declared as CacheFileMethods in com.biglybt.core.disk.impl that return CacheFile -
Uses of CacheFile in com.biglybt.core.diskmanager.access
Methods in com.biglybt.core.diskmanager.access that return CacheFileMethods in com.biglybt.core.diskmanager.access with parameters of type CacheFileModifier and TypeMethodDescriptionDiskAccessController.queueReadRequest
(CacheFile file, long offset, DirectByteBuffer buffer, short cache_policy, DiskAccessRequestListener listener) 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 CacheFileMethods in com.biglybt.core.diskmanager.access.impl that return CacheFileMethods in com.biglybt.core.diskmanager.access.impl with parameters of type CacheFileModifier and TypeMethodDescriptionDiskAccessControllerImpl.queueReadRequest
(CacheFile file, long offset, DirectByteBuffer buffer, short cache_policy, DiskAccessRequestListener listener) 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 CacheFileModifierConstructorDescriptionprotected
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 CacheFileMethods in com.biglybt.core.diskmanager.cache that return CacheFileModifier and TypeMethodDescriptionCacheFileManager.createFile
(CacheFileOwner owner, File file, int type, boolean force) CacheFileManagerException.getFile()
Constructors in com.biglybt.core.diskmanager.cache with parameters of type CacheFileModifierConstructorDescriptionCacheFileManagerException
(CacheFile _file, String _str) CacheFileManagerException
(CacheFile _file, String _str, Throwable _cause) CacheFileManagerException
(CacheFile _file, String _str, 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 CacheFileModifier and TypeClassDescriptionclass
class
class
Methods in com.biglybt.core.diskmanager.cache.impl that return CacheFileModifier and TypeMethodDescriptionCacheFileManagerImpl.createFile
(CacheFileOwner owner, File file, int type, boolean force) Methods in com.biglybt.core.diskmanager.cache.impl with parameters of type CacheFileModifier and TypeMethodDescriptionprotected void
CacheFileManagerImpl.rethrow
(CacheFile file, FMFileManagerException e)