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.cacheprotected static final Comparator<CacheEntry> CacheFileWithCache.comparatorMethods in com.biglybt.core.diskmanager.cache.impl that return CacheEntryModifier and TypeMethodDescriptionprotected CacheEntryCacheFileManagerImpl.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 voidCacheFileManagerImpl.addCacheSpace(CacheEntry new_entry) protected voidCacheFileManagerImpl.cacheEntryUsed(CacheEntry entry) protected voidCacheFileManagerImpl.releaseCacheSpace(CacheEntry entry) Method parameters in com.biglybt.core.diskmanager.cache.impl with type arguments of type CacheEntryModifier and TypeMethodDescriptionprotected voidCacheFileWithCache.multiBlockFlush(List<CacheEntry> multi_block_entries, long multi_block_start, long multi_block_next, boolean release_entries)