Java Code Examples for com.alibaba.dubbo.common.Constants#THREADPOOL_KEY

The following examples show how to use com.alibaba.dubbo.common.Constants#THREADPOOL_KEY . You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example 1
Source File: ThreadPool.java    From dubbo-2.6.5 with Apache License 2.0 2 votes vote down vote up
/**
 * Thread pool
 *
 * @param url URL contains thread parameter
 * @return thread pool
 */
@Adaptive({Constants.THREADPOOL_KEY})
Executor getExecutor(URL url);
 
Example 2
Source File: ThreadPool.java    From dubbox with Apache License 2.0 2 votes vote down vote up
/**
 * 线程池
 * 
 * @param url 线程参数
 * @return 线程池
 */
@Adaptive({Constants.THREADPOOL_KEY})
Executor getExecutor(URL url);
 
Example 3
Source File: ThreadPool.java    From dubbox-hystrix with Apache License 2.0 2 votes vote down vote up
/**
 * 线程池
 * 
 * @param url 线程参数
 * @return 线程池
 */
@Adaptive({Constants.THREADPOOL_KEY})
Executor getExecutor(URL url);
 
Example 4
Source File: ThreadPool.java    From dubbo3 with Apache License 2.0 2 votes vote down vote up
/**
 * 线程池
 * 
 * @param url 线程参数
 * @return 线程池
 */
@Adaptive({Constants.THREADPOOL_KEY})
Executor getExecutor(URL url);
 
Example 5
Source File: ThreadPool.java    From dubbox with Apache License 2.0 2 votes vote down vote up
/**
 * 线程池
 * 
 * @param url 线程参数
 * @return 线程池
 */
@Adaptive({Constants.THREADPOOL_KEY})
Executor getExecutor(URL url);
 
Example 6
Source File: ThreadPool.java    From dubbox with Apache License 2.0 2 votes vote down vote up
/**
 * 线程池
 * 
 * @param url 线程参数
 * @return 线程池
 */
@Adaptive({Constants.THREADPOOL_KEY})
Executor getExecutor(URL url);