Uses of Class
com.biglybt.core.diskmanager.cache.impl.CacheEntry
Packages that use CacheEntry
-
Uses of CacheEntry in com.biglybt.core.diskmanager.cache.impl
Fields in com.biglybt.core.diskmanager.cache.impl with type parameters of type CacheEntryModifier and TypeFieldDescriptionprotected final TreeSet
<CacheEntry> CacheFileWithCache.cache
protected static final Comparator
<CacheEntry> CacheFileWithCache.comparator
Methods in com.biglybt.core.diskmanager.cache.impl that return CacheEntryModifier and TypeMethodDescriptionprotected CacheEntry
CacheFileManagerImpl.allocateCacheSpace
(int entry_type, CacheFileWithCache file, DirectByteBuffer buffer, long file_position, int length) allocates space but does NOT add it to the cache list due to synchronization issues.Methods in com.biglybt.core.diskmanager.cache.impl with parameters of type CacheEntryModifier and TypeMethodDescriptionprotected void
CacheFileManagerImpl.addCacheSpace
(CacheEntry new_entry) protected void
CacheFileManagerImpl.cacheEntryUsed
(CacheEntry entry) protected void
CacheFileManagerImpl.releaseCacheSpace
(CacheEntry entry) Method parameters in com.biglybt.core.diskmanager.cache.impl with type arguments of type CacheEntryModifier and TypeMethodDescriptionprotected void
CacheFileWithCache.multiBlockFlush
(List<CacheEntry> multi_block_entries, long multi_block_start, long multi_block_next, boolean release_entries)