A B C D E F G H I K L M N O P R S T V W
A
- AESUtil - tech.powerjob.server.common.utils中的类
-
- AESUtil() - 类 的构造器tech.powerjob.server.common.utils.AESUtil
-
- AKKA_PORT - 类 中的静态变量tech.powerjob.server.common.PowerJobServerConfigKey
-
akka 协议端口号
- anyConfigKey() - 类 中的方法tech.powerjob.server.common.spring.condition.PropertyAndOneBeanCondition
-
配置中存在任意一个 Key 即可加载该 Bean,空代表不校验
- AOPUtils - tech.powerjob.server.common.utils中的类
-
AOP Utils
- AOPUtils() - 类 的构造器tech.powerjob.server.common.utils.AOPUtils
-
B
- BACKGROUND_POOL - 类 中的静态变量tech.powerjob.server.common.constants.PJThreadPool
-
后台任务异步线程池
- beanType() - 类 中的方法tech.powerjob.server.common.spring.condition.PropertyAndOneBeanCondition
-
Bean 唯一性校验,空代表不校验
C
- calculateWeek(int, int, int) - 类 中的静态方法tech.powerjob.server.common.utils.TimeUtils
-
根据蔡勒公式计算任意一个日期是星期几
- cancel() - 接口 中的方法tech.powerjob.server.common.timewheel.TimerFuture
-
Attempts to cancel execution of this task.
- check() - 类 中的静态方法tech.powerjob.server.common.utils.TimeUtils
-
- COMMA_JOINER - 类 中的静态变量tech.powerjob.server.common.SJ
-
- COMMA_SPLITTER - 类 中的静态变量tech.powerjob.server.common.SJ
-
- ContainerSourceType - tech.powerjob.server.common.constants中的枚举
-
容器类型
D
- decrypt(String, String) - 类 中的静态方法tech.powerjob.server.common.utils.AESUtil
-
解密
- DING_AGENT_ID - 类 中的静态变量tech.powerjob.server.common.PowerJobServerConfigKey
-
- DING_APP_KEY - 类 中的静态变量tech.powerjob.server.common.PowerJobServerConfigKey
-
钉钉报警相关
- DING_APP_SECRET - 类 中的静态变量tech.powerjob.server.common.PowerJobServerConfigKey
-
E
- encrypt(String, String) - 类 中的静态方法tech.powerjob.server.common.utils.AESUtil
-
加密
F
- fetchTestConfig() - 类 中的静态方法tech.powerjob.server.common.utils.TestUtils
-
获取本地的测试配置,主要用于存放一些密钥
- fetchTimerFuture(Long) - 类 中的静态方法tech.powerjob.server.common.timewheel.holder.InstanceTimeWheelService
-
获取 TimerFuture
- file2HttpResponse(File, HttpServletResponse) - 类 中的静态方法tech.powerjob.server.common.utils.OmsFileUtils
-
输出文件(对外下载功能)
G
- genContainerJarPath() - 类 中的静态方法tech.powerjob.server.common.utils.OmsFileUtils
-
获取用于构建容器的 jar 文件存放路径
- genH2BasePath() - 类 中的静态方法tech.powerjob.server.common.utils.OmsFileUtils
-
获取 H2 数据库工作目录
- genH2WorkPath() - 类 中的静态方法tech.powerjob.server.common.utils.OmsFileUtils
-
- genLogDirPath() - 类 中的静态方法tech.powerjob.server.common.utils.OmsFileUtils
-
获取在线日志的存放路径
- genTemporaryPath() - 类 中的静态方法tech.powerjob.server.common.utils.OmsFileUtils
-
获取临时目录(固定目录)
- genTemporaryWorkPath() - 类 中的静态方法tech.powerjob.server.common.utils.OmsFileUtils
-
获取临时目录(随机目录,不会重复),用完记得删除
- get() - 类 中的方法tech.powerjob.server.common.Holder
-
- getBean(Class<T>) - 类 中的静态方法tech.powerjob.server.common.utils.SpringUtils
-
- getBean(String) - 类 中的静态方法tech.powerjob.server.common.utils.SpringUtils
-
- getProperties() - 类 中的静态方法tech.powerjob.server.common.utils.PropertyUtils
-
- getTask() - 接口 中的方法tech.powerjob.server.common.timewheel.TimerFuture
-
H
- HashedWheelTimer - tech.powerjob.server.common.timewheel中的类
-
时间轮定时器
支持的最小精度:1ms(Thread.sleep本身不精确导致精度没法提高)
最小误差:1ms,理由同上
- HashedWheelTimer(long, int) - 类 的构造器tech.powerjob.server.common.timewheel.HashedWheelTimer
-
- HashedWheelTimer(long, int, int) - 类 的构造器tech.powerjob.server.common.timewheel.HashedWheelTimer
-
新建时间轮定时器
- HashedWheelTimerHolder - tech.powerjob.server.common.timewheel.holder中的类
-
时间轮单例
- Holder<T> - tech.powerjob.server.common中的类
-
- Holder(T) - 类 的构造器tech.powerjob.server.common.Holder
-
- HTTP_PORT - 类 中的静态变量tech.powerjob.server.common.PowerJobServerConfigKey
-
http 协议端口号
I
- INACCURATE_TIMER - 类 中的静态变量tech.powerjob.server.common.timewheel.holder.HashedWheelTimerHolder
-
非精确时间轮,每 5S 走一格
- init() - 类 中的静态方法tech.powerjob.server.common.utils.PropertyUtils
-
- InstanceTimeWheelService - tech.powerjob.server.common.timewheel.holder中的类
-
定时调度任务实例
- InstanceTimeWheelService() - 类 的构造器tech.powerjob.server.common.timewheel.holder.InstanceTimeWheelService
-
- InstanceType - tech.powerjob.server.common.constants中的枚举
-
任务实例类型
- isCancelled() - 接口 中的方法tech.powerjob.server.common.timewheel.TimerFuture
-
Returns true if this task was cancelled before it completed
normally.
- isDone() - 接口 中的方法tech.powerjob.server.common.timewheel.TimerFuture
-
Returns true if this task completed.
K
- KEY_MONGO_URI - 类 中的静态变量tech.powerjob.server.common.utils.TestUtils
-
- KEY_PHONE_NUMBER - 类 中的静态变量tech.powerjob.server.common.utils.TestUtils
-
L
- LOCAL_DB_POOL - 类 中的静态变量tech.powerjob.server.common.constants.PJThreadPool
-
本地数据库专用线程池
- Loggers - tech.powerjob.server.common中的类
-
统一定义日志
- Loggers() - 类 的构造器tech.powerjob.server.common.Loggers
-
M
- matches(ConditionContext, AnnotatedTypeMetadata) - 类 中的方法tech.powerjob.server.common.spring.condition.PropertyAndOneBeanCondition
-
- md5(File) - 类 中的静态方法tech.powerjob.server.common.utils.OmsFileUtils
-
计算文件的 MD5
- MONGODB_ENABLE - 类 中的静态变量tech.powerjob.server.common.PowerJobServerConfigKey
-
是否使用 mongoDB
- MONITOR_JOINER - 类 中的静态变量tech.powerjob.server.common.SJ
-
N
- newAbort(String) - 类 中的静态方法tech.powerjob.server.common.RejectedExecutionHandlerFactory
-
拒绝执行,抛出 RejectedExecutionException
- newCallerRun(String) - 类 中的静态方法tech.powerjob.server.common.RejectedExecutionHandlerFactory
-
调用线程运行
- newDiscard(String) - 类 中的静态方法tech.powerjob.server.common.RejectedExecutionHandlerFactory
-
直接丢弃该任务
- newThreadRun(String) - 类 中的静态方法tech.powerjob.server.common.RejectedExecutionHandlerFactory
-
新线程运行
- NewThreadRunRejectedExecutionHandler - tech.powerjob.server.common.thread中的类
-
- NewThreadRunRejectedExecutionHandler(String) - 类 的构造器tech.powerjob.server.common.thread.NewThreadRunRejectedExecutionHandler
-
O
- of(int) - 枚举 中的静态方法tech.powerjob.server.common.constants.ContainerSourceType
-
- OmsFileUtils - tech.powerjob.server.common.utils中的类
-
文件工具类,统一文件存放地址
- OmsFileUtils() - 类 的构造器tech.powerjob.server.common.utils.OmsFileUtils
-
- overload() - 类 中的方法tech.powerjob.server.common.module.WorkerInfo
-
P
- parseMethod(ProceedingJoinPoint) - 类 中的静态方法tech.powerjob.server.common.utils.AOPUtils
-
- parseRealClassName(JoinPoint) - 类 中的静态方法tech.powerjob.server.common.utils.AOPUtils
-
- parseSpEl(Method, Object[], String, Class<T>, T) - 类 中的静态方法tech.powerjob.server.common.utils.AOPUtils
-
- PJThreadPool - tech.powerjob.server.common.constants中的类
-
线程池
- PJThreadPool() - 类 的构造器tech.powerjob.server.common.constants.PJThreadPool
-
- PowerJobAware - tech.powerjob.server.common.aware中的接口
-
PowerJobAware
- PowerJobServerConfigKey - tech.powerjob.server.common中的类
-
配置文件 key
- PowerJobServerConfigKey() - 类 的构造器tech.powerjob.server.common.PowerJobServerConfigKey
-
- PropertyAndOneBeanCondition - tech.powerjob.server.common.spring.condition中的类
-
PropertyAndOneBeanCondition
存在多个接口实现时的唯一规则
- PropertyAndOneBeanCondition() - 类 的构造器tech.powerjob.server.common.spring.condition.PropertyAndOneBeanCondition
-
- PropertyUtils - tech.powerjob.server.common.utils中的类
-
加载配置文件
- PropertyUtils() - 类 的构造器tech.powerjob.server.common.utils.PropertyUtils
-
R
- refresh(WorkerHeartbeat) - 类 中的方法tech.powerjob.server.common.module.WorkerInfo
-
- rejectedExecution(Runnable, ThreadPoolExecutor) - 类 中的方法tech.powerjob.server.common.thread.NewThreadRunRejectedExecutionHandler
-
- RejectedExecutionHandlerFactory - tech.powerjob.server.common中的类
-
拒绝策略
- RejectedExecutionHandlerFactory() - 类 的构造器tech.powerjob.server.common.RejectedExecutionHandlerFactory
-
S
- schedule(TimerTask, long, TimeUnit) - 类 中的方法tech.powerjob.server.common.timewheel.HashedWheelTimer
-
- schedule(Long, Long, TimerTask) - 类 中的静态方法tech.powerjob.server.common.timewheel.holder.InstanceTimeWheelService
-
定时调度
- schedule(TimerTask, long, TimeUnit) - 接口 中的方法tech.powerjob.server.common.timewheel.Timer
-
调度定时任务
- ServerInfo - tech.powerjob.server.common.module中的类
-
current server info
- ServerInfo() - 类 的构造器tech.powerjob.server.common.module.ServerInfo
-
- ServerInfoAware - tech.powerjob.server.common.aware中的接口
-
notify server info
- set(T) - 类 中的方法tech.powerjob.server.common.Holder
-
- setApplicationContext(ApplicationContext) - 类 中的方法tech.powerjob.server.common.utils.SpringUtils
-
- setServerInfo(ServerInfo) - 接口 中的方法tech.powerjob.server.common.aware.ServerInfoAware
-
- SJ - tech.powerjob.server.common中的类
-
Splitter & Joiner
- SJ() - 类 的构造器tech.powerjob.server.common.SJ
-
- splitKvString(String) - 类 中的静态方法tech.powerjob.server.common.SJ
-
- SpringUtils - tech.powerjob.server.common.utils中的类
-
Spring ApplicationContext 工具类
- SpringUtils() - 类 的构造器tech.powerjob.server.common.utils.SpringUtils
-
- stop() - 类 中的方法tech.powerjob.server.common.timewheel.HashedWheelTimer
-
- stop() - 接口 中的方法tech.powerjob.server.common.timewheel.Timer
-
停止所有调度任务
- string2File(String, File) - 类 中的静态方法tech.powerjob.server.common.utils.OmsFileUtils
-
将文本写入文件
- SWAGGER_UI_ENABLE - 类 中的静态变量tech.powerjob.server.common.PowerJobServerConfigKey
-
是否启用 Swagger-UI,默认关闭
T
- TABLE_PREFIX - 类 中的静态变量tech.powerjob.server.common.PowerJobServerConfigKey
-
自定义数据库表前缀
- tech.powerjob.server.common - 程序包 tech.powerjob.server.common
-
- tech.powerjob.server.common.aware - 程序包 tech.powerjob.server.common.aware
-
- tech.powerjob.server.common.constants - 程序包 tech.powerjob.server.common.constants
-
- tech.powerjob.server.common.module - 程序包 tech.powerjob.server.common.module
-
- tech.powerjob.server.common.spring - 程序包 tech.powerjob.server.common.spring
-
Spring 通用能力包
- tech.powerjob.server.common.spring.condition - 程序包 tech.powerjob.server.common.spring.condition
-
- tech.powerjob.server.common.thread - 程序包 tech.powerjob.server.common.thread
-
- tech.powerjob.server.common.timewheel - 程序包 tech.powerjob.server.common.timewheel
-
- tech.powerjob.server.common.timewheel.holder - 程序包 tech.powerjob.server.common.timewheel.holder
-
- tech.powerjob.server.common.utils - 程序包 tech.powerjob.server.common.utils
-
- TestUtils - tech.powerjob.server.common.utils中的类
-
开发团队专用测试工具
- TestUtils() - 类 的构造器tech.powerjob.server.common.utils.TestUtils
-
- TimeCheckException(String) - 异常错误 的构造器tech.powerjob.server.common.utils.TimeUtils.TimeCheckException
-
- timeout() - 类 中的方法tech.powerjob.server.common.module.WorkerInfo
-
- Timer - tech.powerjob.server.common.timewheel中的接口
-
定时器
- TimerFuture - tech.powerjob.server.common.timewheel中的接口
-
TimerFuture
- TimerTask - tech.powerjob.server.common.timewheel中的接口
-
时间任务接口
- TimeUtils - tech.powerjob.server.common.utils中的类
-
时间工具
- TimeUtils() - 类 的构造器tech.powerjob.server.common.utils.TimeUtils
-
- TimeUtils.TimeCheckException - tech.powerjob.server.common.utils中的异常错误
-
- TIMING_POOL - 类 中的静态变量tech.powerjob.server.common.constants.PJThreadPool
-
定时调度用线程池
V
- valueOf(String) - 枚举 中的静态方法tech.powerjob.server.common.constants.ContainerSourceType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法tech.powerjob.server.common.constants.InstanceType
-
返回带有指定名称的该类型的枚举常量。
- values() - 枚举 中的静态方法tech.powerjob.server.common.constants.ContainerSourceType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法tech.powerjob.server.common.constants.InstanceType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
W
- WEB - 类 中的静态变量tech.powerjob.server.common.Loggers
-
Web 层统一日志
- WorkerInfo - tech.powerjob.server.common.module中的类
-
worker info
- WorkerInfo() - 类 的构造器tech.powerjob.server.common.module.WorkerInfo
-
A B C D E F G H I K L M N O P R S T V W
Copyright © 2024. All rights reserved.