| 程序包 | 说明 |
|---|---|
| com.dtp.core | |
| com.dtp.core.context | |
| com.dtp.core.convert | |
| com.dtp.core.notify | |
| com.dtp.core.notify.manager |
| 限定符和类型 | 方法和说明 |
|---|---|
static ExecutorWrapper |
DtpRegistry.getCommonExecutor(String name)
Get common ThreadPoolExecutor by name.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
DtpRegistry.registerCommon(ExecutorWrapper wrapper,
String source)
Register a common ThreadPoolExecutor.
|
| 构造器和说明 |
|---|
AlarmCtx(ExecutorWrapper wrapper,
NotifyItem notifyItem) |
BaseNotifyCtx(ExecutorWrapper wrapper,
NotifyItem notifyItem) |
NoticeCtx(ExecutorWrapper wrapper,
NotifyItem notifyItem,
DtpMainProp prop,
List<String> diffs) |
| 限定符和类型 | 方法和说明 |
|---|---|
static ThreadPoolStats |
MetricsConverter.convert(ExecutorWrapper wrapper) |
static DtpMainProp |
ExecutorConverter.convert(ExecutorWrapper executorWrapper) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected String |
AbstractDtpNotifier.populatePoolName(ExecutorWrapper executorWrapper) |
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
AlarmManager.checkThreshold(ExecutorWrapper executor,
NotifyItemEnum itemEnum,
NotifyItem notifyItem) |
static void |
AlarmManager.doAlarm(ExecutorWrapper executorWrapper,
NotifyItemEnum notifyItemEnum) |
static void |
AlarmManager.doAlarmAsync(ExecutorWrapper executorWrapper,
List<NotifyItemEnum> notifyItemEnums) |
static void |
NoticeManager.doNotice(ExecutorWrapper executor,
DtpMainProp oldProp,
List<String> diffKeys) |
static void |
NoticeManager.doNoticeAsync(ExecutorWrapper executor,
DtpMainProp oldProp,
List<String> diffKeys) |
static Optional<NotifyItem> |
NotifyHelper.getNotifyItem(ExecutorWrapper executor,
NotifyItemEnum notifyType) |
Copyright © 2023. All rights reserved.