RejectedExecutionHandler
public static class ThreadPoolExecutor.DiscardOldestPolicy extends Object implements RejectedExecutionHandler
execute
DiscardOldestPolicy()
DiscardOldestPolicy
void
rejectedExecution(Runnable r, ThreadPoolExecutor e)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DiscardOldestPolicy()
public void rejectedExecution(Runnable r, ThreadPoolExecutor e)
rejectedExecution
r
e