类 EagerThreadPool

  • 所有已实现的接口:
    ThreadPool

    public class EagerThreadPool
    extends 
    implements ThreadPool
    EagerThreadPool When the core threads are all in busy, create new thread instead of putting task into blocking queue.
    • 构造器详细资料

      • EagerThreadPool

        public EagerThreadPool()
    • 方法详细资料

      • getExecutor

        public  getExecutor​(URL url)
        从接口复制的说明: ThreadPool
        Thread pool
        指定者:
        getExecutor 在接口中 ThreadPool
        参数:
        url - URL contains thread parameter
        返回:
        thread pool