A B C D E G I J K P Q R S T U V
所有类 所有程序包
所有类 所有程序包
所有类 所有程序包
A
- arguments() - 注释类型 中的方法cn.bbwres.biscuit.scheduler.annotation.JobDefinition
-
任务参数
B
- batchName() - 注释类型 中的方法cn.bbwres.biscuit.scheduler.annotation.JobBatchDefinition
-
批处理名称
- BeanInvokingJob - cn.bbwres.biscuit.scheduler.job中的类
-
job
- BeanInvokingJob() - 类 的构造器cn.bbwres.biscuit.scheduler.job.BeanInvokingJob
C
- cn.bbwres.biscuit.scheduler - 程序包 cn.bbwres.biscuit.scheduler
- cn.bbwres.biscuit.scheduler.annotation - 程序包 cn.bbwres.biscuit.scheduler.annotation
- cn.bbwres.biscuit.scheduler.config - 程序包 cn.bbwres.biscuit.scheduler.config
- cn.bbwres.biscuit.scheduler.dto - 程序包 cn.bbwres.biscuit.scheduler.dto
- cn.bbwres.biscuit.scheduler.entity - 程序包 cn.bbwres.biscuit.scheduler.entity
- cn.bbwres.biscuit.scheduler.job - 程序包 cn.bbwres.biscuit.scheduler.job
- cn.bbwres.biscuit.scheduler.service - 程序包 cn.bbwres.biscuit.scheduler.service
- concurrent() - 注释类型 中的方法cn.bbwres.biscuit.scheduler.annotation.JobDefinition
-
是否并行处理 false 则为串行处理
- cron() - 注释类型 中的方法cn.bbwres.biscuit.scheduler.annotation.JobBatchDefinition
-
初始化的 的cron 表达式
- cron() - 注释类型 中的方法cn.bbwres.biscuit.scheduler.annotation.JobDefinition
-
job 的cron 表达式
D
- description() - 注释类型 中的方法cn.bbwres.biscuit.scheduler.annotation.JobBatchDefinition
-
任务描述
- description() - 注释类型 中的方法cn.bbwres.biscuit.scheduler.annotation.JobDefinition
-
任务描述
E
- execute(JobExecutionContext) - 类 中的方法cn.bbwres.biscuit.scheduler.job.BeanInvokingJob
G
- group() - 注释类型 中的方法cn.bbwres.biscuit.scheduler.annotation.JobBatchDefinition
-
分组
- group() - 注释类型 中的方法cn.bbwres.biscuit.scheduler.annotation.JobDefinition
-
分组
I
- initMethod() - 注释类型 中的方法cn.bbwres.biscuit.scheduler.annotation.JobBatchDefinition
-
初始化执行的方法
J
- JobAutoConfigure - cn.bbwres.biscuit.scheduler中的类
-
job配置
- JobAutoConfigure() - 类 的构造器cn.bbwres.biscuit.scheduler.JobAutoConfigure
- JobBatchDefinition - cn.bbwres.biscuit.scheduler.annotation中的注释类型
-
定时批处理任务定义
- JobBatchInfo - cn.bbwres.biscuit.scheduler.entity中的类
-
批处理信息
- JobBatchInfo() - 类 的构造器cn.bbwres.biscuit.scheduler.entity.JobBatchInfo
- JobDataMap - cn.bbwres.biscuit.scheduler.annotation中的注释类型
-
job 参数
- JobDefinition - cn.bbwres.biscuit.scheduler.annotation中的注释类型
-
job 定时任务定义
- jobManagerService(Scheduler) - 类 中的方法cn.bbwres.biscuit.scheduler.JobAutoConfigure
-
初始化bean 管理器
- JobManagerService - cn.bbwres.biscuit.scheduler.service中的接口
-
job 管理接口
- JobManagerServiceImpl - cn.bbwres.biscuit.scheduler.service中的类
-
任务管理接口
- JobManagerServiceImpl() - 类 的构造器cn.bbwres.biscuit.scheduler.service.JobManagerServiceImpl
- jobName() - 注释类型 中的方法cn.bbwres.biscuit.scheduler.annotation.JobDefinition
-
job名称
K
- key() - 注释类型 中的方法cn.bbwres.biscuit.scheduler.annotation.JobDataMap
-
参数key
P
- pausedTrigger(String, String) - 接口 中的方法cn.bbwres.biscuit.scheduler.service.JobManagerService
-
暂停任务执行
- pausedTrigger(String, String) - 类 中的方法cn.bbwres.biscuit.scheduler.service.JobManagerServiceImpl
-
暂停任务执行
- pausedTriggers(List<TriggerInfo>) - 接口 中的方法cn.bbwres.biscuit.scheduler.service.JobManagerService
-
批量暂停任务
- pausedTriggers(List<TriggerInfo>) - 类 中的方法cn.bbwres.biscuit.scheduler.service.JobManagerServiceImpl
-
批量暂停任务
Q
- QuartzJdbcProperties - cn.bbwres.biscuit.scheduler.config中的类
-
QuartzJdbc 配置
- QuartzJdbcProperties() - 类 的构造器cn.bbwres.biscuit.scheduler.config.QuartzJdbcProperties
- quartzProperties(QuartzJdbcProperties) - 类 中的方法cn.bbwres.biscuit.scheduler.JobAutoConfigure
-
quartzProperties.
- quartzScheduler(QuartzProperties, ObjectProvider<SchedulerFactoryBeanCustomizer>, Map<String, Calendar>, ApplicationContext, DataSource) - 类 中的方法cn.bbwres.biscuit.scheduler.JobAutoConfigure
-
初始 quartzScheduler
- queryAllTrigger() - 接口 中的方法cn.bbwres.biscuit.scheduler.service.JobManagerService
-
获取所有任务
- queryAllTrigger() - 类 中的方法cn.bbwres.biscuit.scheduler.service.JobManagerServiceImpl
-
获取所有任务
- queryJobDetail(String, String) - 接口 中的方法cn.bbwres.biscuit.scheduler.service.JobManagerService
-
获取指定任务的明细
- queryJobDetail(String, String) - 类 中的方法cn.bbwres.biscuit.scheduler.service.JobManagerServiceImpl
-
获取指定任务的明细
R
- resumeTrigger(String, String) - 接口 中的方法cn.bbwres.biscuit.scheduler.service.JobManagerService
-
恢复任务执行
- resumeTrigger(String, String) - 类 中的方法cn.bbwres.biscuit.scheduler.service.JobManagerServiceImpl
-
恢复任务执行
- resumeTriggers(List<TriggerInfo>) - 接口 中的方法cn.bbwres.biscuit.scheduler.service.JobManagerService
-
批量恢复任务
- resumeTriggers(List<TriggerInfo>) - 类 中的方法cn.bbwres.biscuit.scheduler.service.JobManagerServiceImpl
-
批量恢复任务
S
- SchedulerConstant - cn.bbwres.biscuit.scheduler.config中的类
-
任务常量
- SchedulerConstant() - 类 的构造器cn.bbwres.biscuit.scheduler.config.SchedulerConstant
- StatefulBeanInvokingJob - cn.bbwres.biscuit.scheduler.job中的类
-
串行的任务
- StatefulBeanInvokingJob() - 类 的构造器cn.bbwres.biscuit.scheduler.job.StatefulBeanInvokingJob
T
- TARGET_BEAN - 类 中的静态变量cn.bbwres.biscuit.scheduler.config.SchedulerConstant
-
目标bean
- TARGET_METHOD - 类 中的静态变量cn.bbwres.biscuit.scheduler.config.SchedulerConstant
-
目标方法
- targetMethod() - 注释类型 中的方法cn.bbwres.biscuit.scheduler.annotation.JobDefinition
-
执行的方法
- TriggerInfo - cn.bbwres.biscuit.scheduler.dto中的类
-
调度信息
- TriggerInfo() - 类 的构造器cn.bbwres.biscuit.scheduler.dto.TriggerInfo
- triggerJob(String, String) - 接口 中的方法cn.bbwres.biscuit.scheduler.service.JobManagerService
-
立即执行 一个任务
- triggerJob(String, String) - 类 中的方法cn.bbwres.biscuit.scheduler.service.JobManagerServiceImpl
-
立即执行 一个任务
- triggerJobByTrigger(String, String) - 接口 中的方法cn.bbwres.biscuit.scheduler.service.JobManagerService
-
立即执行 一个任务
- triggerJobByTrigger(String, String) - 类 中的方法cn.bbwres.biscuit.scheduler.service.JobManagerServiceImpl
-
立即执行 一个任务
U
- updateTriggerCron(String, String, String) - 接口 中的方法cn.bbwres.biscuit.scheduler.service.JobManagerService
-
更新定时任务
- updateTriggerCron(String, String, String) - 类 中的方法cn.bbwres.biscuit.scheduler.service.JobManagerServiceImpl
-
更新定时任务
- USE_CONTEXT - 类 中的静态变量cn.bbwres.biscuit.scheduler.config.SchedulerConstant
-
使用上下文
- useContext() - 注释类型 中的方法cn.bbwres.biscuit.scheduler.annotation.JobDefinition
-
任务执行时是否需要传入上下文 为true 时,执行方法需要接收JobExecutionContext类型的参数
V
- value() - 注释类型 中的方法cn.bbwres.biscuit.scheduler.annotation.JobDataMap
-
参数值
所有类 所有程序包