Class LimitedThreadPool
java.lang.Object
org.apache.dubbo.common.threadpool.support.limited.LimitedThreadPool
- All Implemented Interfaces:
ThreadPool
Creates a thread pool that creates new threads as needed until limits reaches. This thread pool will not shrink
automatically.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LimitedThreadPool
public LimitedThreadPool()
-
-
Method Details
-
getExecutor
Description copied from interface:ThreadPoolThread pool- Specified by:
getExecutorin interfaceThreadPool- Parameters:
url- URL contains thread parameter- Returns:
- thread pool
-