Uses of Interface
org.apache.dubbo.common.threadpool.ThreadPool
Packages that use ThreadPool
Package
Description
-
Uses of ThreadPool in org.apache.dubbo.common.threadpool.support.cached
Classes in org.apache.dubbo.common.threadpool.support.cached that implement ThreadPool -
Uses of ThreadPool in org.apache.dubbo.common.threadpool.support.eager
Classes in org.apache.dubbo.common.threadpool.support.eager that implement ThreadPoolModifier and TypeClassDescriptionclassEagerThreadPool When the core threads are all in busy, create new thread instead of putting task into blocking queue. -
Uses of ThreadPool in org.apache.dubbo.common.threadpool.support.fixed
Classes in org.apache.dubbo.common.threadpool.support.fixed that implement ThreadPoolModifier and TypeClassDescriptionclassCreates a thread pool that reuses a fixed number of threads -
Uses of ThreadPool in org.apache.dubbo.common.threadpool.support.limited
Classes in org.apache.dubbo.common.threadpool.support.limited that implement ThreadPoolModifier and TypeClassDescriptionclassCreates a thread pool that creates new threads as needed until limits reaches.