@Configuration
public class FeignHystrixConcurrencyStrategy
extends com.netflix.hystrix.strategy.concurrency.HystrixConcurrencyStrategy
| 构造器和说明 |
|---|
FeignHystrixConcurrencyStrategy() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.util.concurrent.BlockingQueue<java.lang.Runnable> |
getBlockingQueue(int maxQueueSize) |
<T> com.netflix.hystrix.strategy.concurrency.HystrixRequestVariable<T> |
getRequestVariable(com.netflix.hystrix.strategy.concurrency.HystrixRequestVariableLifecycle<T> rv) |
java.util.concurrent.ThreadPoolExecutor |
getThreadPool(com.netflix.hystrix.HystrixThreadPoolKey threadPoolKey,
com.netflix.hystrix.strategy.properties.HystrixProperty<java.lang.Integer> corePoolSize,
com.netflix.hystrix.strategy.properties.HystrixProperty<java.lang.Integer> maximumPoolSize,
com.netflix.hystrix.strategy.properties.HystrixProperty<java.lang.Integer> keepAliveTime,
java.util.concurrent.TimeUnit unit,
java.util.concurrent.BlockingQueue<java.lang.Runnable> workQueue) |
java.util.concurrent.ThreadPoolExecutor |
getThreadPool(com.netflix.hystrix.HystrixThreadPoolKey threadPoolKey,
com.netflix.hystrix.HystrixThreadPoolProperties threadPoolProperties) |
<T> java.util.concurrent.Callable<T> |
wrapCallable(java.util.concurrent.Callable<T> callable) |
public <T> java.util.concurrent.Callable<T> wrapCallable(java.util.concurrent.Callable<T> callable)
wrapCallable 在类中 com.netflix.hystrix.strategy.concurrency.HystrixConcurrencyStrategypublic java.util.concurrent.ThreadPoolExecutor getThreadPool(com.netflix.hystrix.HystrixThreadPoolKey threadPoolKey,
com.netflix.hystrix.strategy.properties.HystrixProperty<java.lang.Integer> corePoolSize,
com.netflix.hystrix.strategy.properties.HystrixProperty<java.lang.Integer> maximumPoolSize,
com.netflix.hystrix.strategy.properties.HystrixProperty<java.lang.Integer> keepAliveTime,
java.util.concurrent.TimeUnit unit,
java.util.concurrent.BlockingQueue<java.lang.Runnable> workQueue)
getThreadPool 在类中 com.netflix.hystrix.strategy.concurrency.HystrixConcurrencyStrategypublic java.util.concurrent.ThreadPoolExecutor getThreadPool(com.netflix.hystrix.HystrixThreadPoolKey threadPoolKey,
com.netflix.hystrix.HystrixThreadPoolProperties threadPoolProperties)
getThreadPool 在类中 com.netflix.hystrix.strategy.concurrency.HystrixConcurrencyStrategypublic java.util.concurrent.BlockingQueue<java.lang.Runnable> getBlockingQueue(int maxQueueSize)
getBlockingQueue 在类中 com.netflix.hystrix.strategy.concurrency.HystrixConcurrencyStrategypublic <T> com.netflix.hystrix.strategy.concurrency.HystrixRequestVariable<T> getRequestVariable(com.netflix.hystrix.strategy.concurrency.HystrixRequestVariableLifecycle<T> rv)
getRequestVariable 在类中 com.netflix.hystrix.strategy.concurrency.HystrixConcurrencyStrategyCopyright © 2021. All Rights Reserved.