Uses of Class
com.biglybt.core.diskmanager.cache.impl.CacheEntry
-
Packages that use CacheEntry Package Description com.biglybt.core.diskmanager.cache.impl -
-
Uses of CacheEntry in com.biglybt.core.diskmanager.cache.impl
Fields in com.biglybt.core.diskmanager.cache.impl with type parameters of type CacheEntry Modifier and Type Field Description protected java.util.TreeSet<CacheEntry>
CacheFileWithCache. cache
protected static java.util.Comparator<CacheEntry>
CacheFileWithCache. comparator
Methods in com.biglybt.core.diskmanager.cache.impl that return CacheEntry Modifier and Type Method Description protected 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 CacheEntry Modifier and Type Method Description protected void
CacheFileManagerImpl. addCacheSpace(CacheEntry new_entry)
protected void
CacheFileManagerImpl. cacheEntryUsed(CacheEntry entry)
protected void
CacheFileManagerImpl. releaseCacheSpace(CacheEntry entry)
-