Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.bumptech.glide.load.engine Classes and Interfaces - 29 results found.
NameDescriptionTypePackageFramework
BitmapPoolAn interface for a pool that allows users to reuse Bitmap objects.Interfacecom.bumptech.glide.load.engine.bitmap_recycleGlide
BitmapPoolAdapterAn BitmapPool implementation that rejects all Bitmaps added to it and always returns null from get.Classcom.bumptech.glide.load.engine.bitmap_recycleGlide
BitmapPreFillerClasscom.bumptech.glide.load.engine.prefillGlide
DiskCacheAn interface for writing to and reading from a disk cache.Interfacecom.bumptech.glide.load.engine.cacheGlide
DiskCache .FactoryAn interface for lazily creating a disk cache.Interfacecom.bumptech.glide.load.engine.cacheGlide
DiskCache .WriterAn interface to actually write data to a key in the disk cache.Interfacecom.bumptech.glide.load.engine.cacheGlide
DiskCacheAdapterA simple class that returns null for all gets and ignores all writes.Classcom.bumptech.glide.load.engine.cacheGlide
DiskCacheStrategyenum DiskCacheStrategyextends EnumSet of available caching strategies for media.Classcom.bumptech.glide.load.engineGlide
DiskLruCacheFactoryCreates an DiskLruCache based disk cache in the specified disk cache If you need to make I/O access before returning the cache directory useClasscom.bumptech.glide.load.engine.cacheGlide
DiskLruCacheFactory .CacheDirectoryGetterInterfacecom.bumptech.glide.load.engine.cacheGlide
DiskLruCacheWrapperThe default DiskCache implementation.Classcom.bumptech.glide.load.engine.cacheGlide
EngineResponsible for starting loads and managing active and cached resources.Classcom.bumptech.glide.load.engineGlide
Engine .LoadStatusAllows a request to indicate it no longer is interested in a given load.Classcom.bumptech.glide.load.engineGlide
ExternalCacheDiskCacheFactoryCreates an DiskLruCache based disk cache in the external disk cache Images can be read by everyone when using external disk cache.Classcom.bumptech.glide.load.engine.cacheGlide
FifoPriorityThreadPoolExecutorA FIFO priority ThreadPoolExecutor that prioritizes submitted Runnables by assuming they implement Prioritized.Classcom.bumptech.glide.load.engine.executorGlide
FifoPriorityThreadPoolExecutor .DefaultThreadFactoryA ThreadFactory that builds threads with priority Process.Classcom.bumptech.glide.load.engine.executorGlide
FifoPriorityThreadPoolExecutor .UncaughtThrowableStrategyA strategy for handling unexpected and uncaught throwables thrown by futures run on the pool.Classcom.bumptech.glide.load.engine.executorGlide
InternalCacheDiskCacheFactoryClasscom.bumptech.glide.load.engine.cacheGlide
LruBitmapPoolAn BitmapPool implementation that uses an LruPoolStrategy to bucket Bitmaps and then uses an LRUClasscom.bumptech.glide.load.engine.bitmap_recycleGlide
LruResourceCacheAn LRU in memory cache for Resources.Classcom.bumptech.glide.load.engine.cacheGlide
MemoryCacheAn interface for adding and removing resources from an in memory cache.Interfacecom.bumptech.glide.load.engine.cacheGlide
MemoryCache .ResourceRemovedListenerAn interface that will be called whenever a bitmap is removed from the cache.Interfacecom.bumptech.glide.load.engine.cacheGlide
MemoryCacheAdapterA simple class that ignores all puts and returns null for all gets.Classcom.bumptech.glide.load.engine.cacheGlide
MemorySizeCalculatorA calculator that tries to intelligently determine cache sizes for a given device based on some constants and the devices screen density, width, and height.Classcom.bumptech.glide.load.engine.cacheGlide
PreFillTypeA container for a set of options used to pre-fill a BitmapPool with Bitmaps of a single size and configuration.Classcom.bumptech.glide.load.engine.prefillGlide
PreFillType .BuilderBuilder for PreFillType.Classcom.bumptech.glide.load.engine.prefillGlide
PrioritizedA simple interface for exposing the priority of a task.Interfacecom.bumptech.glide.load.engine.executorGlide
ResourceA resource interface that wraps a particular type so that it can be pooled and reused.Interfacecom.bumptech.glide.load.engineGlide
SizeConfigStrategyKeys Bitmaps using both Bitmap.Classcom.bumptech.glide.load.engine.bitmap_recycleGlide