com.alibaba.dubbo.common.threadpool.support.limited
Class LimitedThreadPool

java.lang.Object
  extended by com.alibaba.dubbo.common.threadpool.support.limited.LimitedThreadPool
All Implemented Interfaces:
ThreadPool

public class LimitedThreadPool
extends Object
implements ThreadPool

此线程池一直增长,直到上限,增长后不收缩。

Author:
kimi

Constructor Summary
LimitedThreadPool()
           
 
Method Summary
 Executor getExecutor(URL url)
          线程池
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LimitedThreadPool

public LimitedThreadPool()
Method Detail

getExecutor

public Executor getExecutor(URL url)
Description copied from interface: ThreadPool
线程池

Specified by:
getExecutor in interface ThreadPool
Parameters:
url - 线程参数
Returns:
线程池


Copyright © 2012–2017 Alibaba. All rights reserved.