Package com.bumptech.glide.util.pool
-
Interface Summary Interface Description FactoryPools.Factory<T> Creates new instances of the given type.FactoryPools.Poolable Allows additional verification to catch errors caused by using objects while they are in an object pool.FactoryPools.Resetter<T> Resets state when objects are returned to the pool. -
Class Summary Class Description FactoryPools Provides implementations ofPools.Poolnever returnnull, log when new instances are created, and that can use theFactoryPools.Poolableinterface to ensure objects aren't used while inside the pool.GlideTrace Systracing utilities for Glide.StateVerifier Verifies that the job is not in the recycled state.