类 LimitedThreadPool

  • 所有已实现的接口:
    ThreadPool

    public class LimitedThreadPool
    extends Object
    implements ThreadPool
    Creates a thread pool that creates new threads as needed until limits reaches. This thread pool will not shrink automatically.
    • 构造器详细资料

      • LimitedThreadPool

        public LimitedThreadPool()
    • 方法详细资料

      • getExecutor

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