com.bumptech.glide.load.engine.executor
Class FifoPriorityThreadPoolExecutor.DefaultThreadFactory

java.lang.Object
  extended by com.bumptech.glide.load.engine.executor.FifoPriorityThreadPoolExecutor.DefaultThreadFactory
All Implemented Interfaces:
ThreadFactory
Enclosing class:
FifoPriorityThreadPoolExecutor

public static class FifoPriorityThreadPoolExecutor.DefaultThreadFactory
extends Object
implements ThreadFactory

A ThreadFactory that builds threads with priority Process.THREAD_PRIORITY_BACKGROUND.


Constructor Summary
FifoPriorityThreadPoolExecutor.DefaultThreadFactory()
           
 
Method Summary
 Thread newThread(Runnable runnable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FifoPriorityThreadPoolExecutor.DefaultThreadFactory

public FifoPriorityThreadPoolExecutor.DefaultThreadFactory()
Method Detail

newThread

public Thread newThread(Runnable runnable)
Specified by:
newThread in interface ThreadFactory