Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Java.util.concurrent.ThreadPoolExecutor Classes and Interfaces - 5 results found.
NameDescriptionTypePackageFramework
ThreadPoolExecutorAn ExecutorService that executes each submitted task using one of possibly several pooled threads, normally configuredClassjava.util.concurrentJava SE
ThreadPoolExecutor .AbortPolicyA handler for rejected tasks that throws a RejectedExecutionException.Classjava.util.concurrent.ThreadPoolExecutorJava SE
ThreadPoolExecutor .CallerRunsPolicyA handler for rejected tasks that runs the rejected task directly in the calling thread of the execute method,Classjava.util.concurrent.ThreadPoolExecutorJava SE
ThreadPoolExecutor .DiscardOldestPolicyA handler for rejected tasks that discards the oldest unhandled request and then retries execute, unless the executorClassjava.util.concurrent.ThreadPoolExecutorJava SE
ThreadPoolExecutor .DiscardPolicyClassjava.util.concurrent.ThreadPoolExecutorJava SE