| 限定符和类型 | 方法和说明 |
|---|---|
AbstractNotificationService |
JediThreadPoolExecutor.getNotificationService() |
AbstractNotificationService |
JediThreadPoolProperty.getNotificationService() |
| 限定符和类型 | 方法和说明 |
|---|---|
JediThreadPoolProperty.JediThreadPoolPropertyBuilder |
JediThreadPoolProperty.JediThreadPoolPropertyBuilder.notificationService(AbstractNotificationService notificationService) |
void |
JediThreadPoolExecutor.setNotificationService(AbstractNotificationService notificationService) |
void |
JediThreadPoolProperty.setNotificationService(AbstractNotificationService notificationService) |
| 构造器和说明 |
|---|
JediCallable(Callable callable,
String poolName,
String taskName,
AbstractNotificationService notificationService) |
JediRunnable(String poolName,
String taskName,
AbstractNotificationService notificationService,
Runnable runnable) |
JediThreadPoolExecutor(int corePoolSize,
int maximumPoolSize,
long keepAliveTime,
TimeUnit unit,
BlockingQueue<Runnable> workQueue,
RejectedExecutionHandler handler,
String poolName,
AbstractNotificationService notificationService) |
JediThreadPoolExecutor(int corePoolSize,
int maximumPoolSize,
long keepAliveTime,
TimeUnit unit,
BlockingQueue<Runnable> workQueue,
String poolName,
AbstractNotificationService notificationService) |
JediThreadPoolExecutor(int corePoolSize,
int maximumPoolSize,
long keepAliveTime,
TimeUnit unit,
BlockingQueue<Runnable> workQueue,
ThreadFactory threadFactory,
RejectedExecutionHandler handler,
String poolName,
AbstractNotificationService notificationService) |
JediThreadPoolExecutor(int corePoolSize,
int maximumPoolSize,
long keepAliveTime,
TimeUnit unit,
BlockingQueue<Runnable> workQueue,
ThreadFactory threadFactory,
String poolName,
AbstractNotificationService notificationService) |
JediThreadPoolProperty(int corePoolSize,
int maxPoolSize,
int keepAliveSeconds,
int queueCapacity,
boolean allowCoreThreadTimeOut,
String name,
String rejectedExecutionHandler,
AbstractNotificationService notificationService,
BlockingQueue<Runnable> workQueue,
ThreadFactory threadFactory,
int tickerCycle) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
NullNotificationService |
| 限定符和类型 | 类和说明 |
|---|---|
class |
HttpNotificationService |
| 限定符和类型 | 类和说明 |
|---|---|
class |
KafkaNotificationService |
Copyright © 2021 hellothomas. All rights reserved.