Index

A B C D E G H I J L M N O P Q R S T U V W Y 
All Classes and Interfaces|All Packages|Constant Field Values

A

ADD - Enum constant in enum class cn.sinozg.applet.quartz.use.enums.JobOptEnum
新增
addJob(T) - Method in class cn.sinozg.applet.quartz.use.scheduler.SchedulerManager
添加 Job 到 Quartz 中
advanceToNextDayOfMonthIfNecessary(Date, boolean) - Method in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
Given fireTime time determine if it is on a valid day of week.
ALL_DAYS_OF_THE_MONTH - Static variable in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthScheduleBuilder
A set of all days of the week.
args - Variable in class cn.sinozg.applet.quartz.use.module.SchedulerBaseParams
参数

B

beanName - Variable in class cn.sinozg.applet.quartz.use.module.SchedulerBaseParams
执行器的名称
beginDate - Variable in class cn.sinozg.applet.quartz.use.module.SchedulerBaseParams
开始日期
beginTime - Variable in class cn.sinozg.applet.quartz.use.module.SchedulerCycleTimesParams
延迟任务开始时间
build() - Method in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthScheduleBuilder
Build the actual Trigger -- NOT intended to be invoked by end users, but will rather be invoked by a TriggerBuilder which this ScheduleBuilder is given to.
buildTrigger(ScheduleBuilder<T>, SchedulerBaseParams) - Method in class cn.sinozg.applet.quartz.use.scheduler.SchedulerManager
构建 Trigger
buildTrigger(T) - Method in class cn.sinozg.applet.quartz.use.scheduler.SchedulerManager
构建 Trigger

C

cn.sinozg.applet.quartz.config - package cn.sinozg.applet.quartz.config
 
cn.sinozg.applet.quartz.use.enums - package cn.sinozg.applet.quartz.use.enums
 
cn.sinozg.applet.quartz.use.ext - package cn.sinozg.applet.quartz.use.ext
 
cn.sinozg.applet.quartz.use.handler - package cn.sinozg.applet.quartz.use.handler
 
cn.sinozg.applet.quartz.use.module - package cn.sinozg.applet.quartz.use.module
 
cn.sinozg.applet.quartz.use.scheduler - package cn.sinozg.applet.quartz.use.scheduler
 
cn.sinozg.applet.quartz.use.service - package cn.sinozg.applet.quartz.use.service
 
cn.sinozg.applet.quartz.use.util - package cn.sinozg.applet.quartz.use.util
 
code - Variable in enum class cn.sinozg.applet.quartz.use.enums.JobOptEnum
 
code - Variable in enum class cn.sinozg.applet.quartz.use.enums.JobTypeEnum
 
complete - Variable in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
 
computeFirstFireTime(Calendar) - Method in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
Called by the scheduler at the time a Trigger is first added to the scheduler, in order to have the Trigger compute its first fire time, based on any associated calendar.
createCalendarTime(Date) - Method in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
 
createDescription(TaskScheduleModel) - Static method in class cn.sinozg.applet.quartz.use.util.CronUtils
方法摘要:生成计划的详细描述
createJobLog(String, String, LocalDateTime, String, String, Integer) - Method in interface cn.sinozg.applet.quartz.use.service.JobLogBaseService
创建 Job 日志
cron - Variable in class cn.sinozg.applet.quartz.use.module.SchedulerCronParams
任务表达式
cronExpression(TaskScheduleModel) - Static method in class cn.sinozg.applet.quartz.use.util.CronUtils
方法摘要:构建Cron表达式
CronUtils - Class in cn.sinozg.applet.quartz.use.util
Quartz Cron 表达式的工具类
CronUtils() - Constructor for class cn.sinozg.applet.quartz.use.util.CronUtils
 

D

dailyBuilder(SchedulerCycleTimesParams) - Method in class cn.sinozg.applet.quartz.use.scheduler.SchedulerManager
按月 或者周 周期执行
DailyTimeIntervalMonthScheduleBuilder - Class in cn.sinozg.applet.quartz.use.ext
 
DailyTimeIntervalMonthScheduleBuilder() - Constructor for class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthScheduleBuilder
 
DailyTimeIntervalMonthTrigger - Interface in cn.sinozg.applet.quartz.use.ext
按月计算
dailyTimeIntervalSchedule() - Static method in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthScheduleBuilder
Create a DailyTimeIntervalScheduleBuilder.
DailyTimeIntervalTriggerMonthImpl - Class in cn.sinozg.applet.quartz.use.ext
 
DailyTimeIntervalTriggerMonthImpl() - Constructor for class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
Create a DailyTimeIntervalTrigger with no settings.
DailyTimeIntervalTriggerMonthImpl(String, String, String, String, Date, Date, TimeOfDay, TimeOfDay, DateBuilder.IntervalUnit, int) - Constructor for class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
Create a DailyTimeIntervalTrigger that will occur at the given time, fire the identified Job and repeat at the the given interval until the given end time.
DailyTimeIntervalTriggerMonthImpl(String, String, Date, Date, TimeOfDay, TimeOfDay, DateBuilder.IntervalUnit, int) - Constructor for class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
Create a DailyTimeIntervalTrigger that will occur at the given time, and repeat at the the given interval until the given end time.
DailyTimeIntervalTriggerMonthImpl(String, String, TimeOfDay, TimeOfDay, DateBuilder.IntervalUnit, int) - Constructor for class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
Create a DailyTimeIntervalTrigger that will occur immediately, and repeat at the the given interval.
DailyTimeIntervalTriggerMonthImpl(String, Date, Date, TimeOfDay, TimeOfDay, DateBuilder.IntervalUnit, int) - Constructor for class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
Create a DailyTimeIntervalTrigger that will occur at the given time, and repeat at the the given interval until the given end time.
DailyTimeIntervalTriggerMonthImpl(String, TimeOfDay, TimeOfDay, DateBuilder.IntervalUnit, int) - Constructor for class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
Create a DailyTimeIntervalTrigger that will occur immediately, and repeat at the the given interval.
DAY - Enum constant in enum class cn.sinozg.applet.quartz.use.enums.JobTypeEnum
按天
dayOfMonths - Variable in class cn.sinozg.applet.quartz.use.module.TaskScheduleModel
一个月的哪几天
dayOfWeeks - Variable in class cn.sinozg.applet.quartz.use.module.TaskScheduleModel
一周的哪几天
days(StringBuilder, List<Integer>) - Static method in class cn.sinozg.applet.quartz.use.util.CronUtils
按照天去 追加
daysOfMonth - Variable in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthScheduleBuilder
 
daysOfMonth - Variable in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
 
DEL - Enum constant in enum class cn.sinozg.applet.quartz.use.enums.JobOptEnum
删除
deleteJob(String) - Method in class cn.sinozg.applet.quartz.use.scheduler.SchedulerManager
删除 Quartz 中的 Job

E

EnableQuartzRegister - Annotation Interface in cn.sinozg.applet.quartz.config
热插拔开关
endDate - Variable in class cn.sinozg.applet.quartz.use.module.SchedulerBaseParams
结束日期
ENDING_DAILY - Static variable in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthScheduleBuilder
 
endingDailyAfterCount(int) - Method in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthScheduleBuilder
Calculate and set the endTimeOfDay using count, interval and starTimeOfDay.
endingDailyAt(TimeOfDay) - Method in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthScheduleBuilder
Set the startTimeOfDay for this trigger to end firing each day at the given time.
endTime - Variable in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
 
endTime - Variable in class cn.sinozg.applet.quartz.use.module.SchedulerCycleTimesParams
延迟任务结束时间
endTimeOfDay - Variable in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthScheduleBuilder
 
endTimeOfDay - Variable in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
 
execute(String) - Method in interface cn.sinozg.applet.quartz.use.handler.JobHandler
执行任务
executeInternal(String, String) - Method in class cn.sinozg.applet.quartz.use.handler.JobHandlerInvoker
执行任务
executeInternal(JobExecutionContext) - Method in class cn.sinozg.applet.quartz.use.handler.JobHandlerInvoker
 

G

getArgs() - Method in class cn.sinozg.applet.quartz.use.module.SchedulerBaseParams
获取 参数
getBeanName() - Method in class cn.sinozg.applet.quartz.use.module.SchedulerBaseParams
获取 执行器的名称
getBeginDate() - Method in class cn.sinozg.applet.quartz.use.module.SchedulerBaseParams
获取 开始日期
getBeginTime() - Method in class cn.sinozg.applet.quartz.use.module.SchedulerCycleTimesParams
获取 延迟任务开始时间
getCode() - Method in enum class cn.sinozg.applet.quartz.use.enums.JobOptEnum
 
getCode() - Method in enum class cn.sinozg.applet.quartz.use.enums.JobTypeEnum
 
getCron() - Method in class cn.sinozg.applet.quartz.use.module.SchedulerCronParams
获取 任务表达式
getDayOfMonths() - Method in class cn.sinozg.applet.quartz.use.module.TaskScheduleModel
获取 一个月的哪几天
getDayOfWeeks() - Method in class cn.sinozg.applet.quartz.use.module.TaskScheduleModel
获取 一周的哪几天
getDaysOfMonth() - Method in interface cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthTrigger
The days of the month upon which to fire.
getDaysOfMonth() - Method in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
The days of the month upon which to fire.
getEndDate() - Method in class cn.sinozg.applet.quartz.use.module.SchedulerBaseParams
获取 结束日期
getEndTime() - Method in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
Get the time at which the DailyTimeIntervalTrigger should quit repeating.
getEndTime() - Method in class cn.sinozg.applet.quartz.use.module.SchedulerCycleTimesParams
获取 延迟任务结束时间
getEndTimeOfDay() - Method in interface cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthTrigger
The time of day to complete firing at the given interval.
getEndTimeOfDay() - Method in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
The time of day to complete firing at the given interval.
getFinalFireTime() - Method in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
Returns the final time at which the DailyTimeIntervalTrigger will fire, if there is no end time set, null will be returned.
getFireTimeAfter(Date) - Method in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
Returns the next time at which the DailyTimeIntervalTrigger will fire, after the given time.
getHour() - Method in class cn.sinozg.applet.quartz.use.module.TaskScheduleModel
获取 时
getId() - Method in class cn.sinozg.applet.quartz.use.module.SchedulerBaseParams
获取 主键id
getIntervalTime() - Method in class cn.sinozg.applet.quartz.use.module.SchedulerCycleTimesParams
获取 延迟数
getIntervalUnit() - Method in class cn.sinozg.applet.quartz.use.module.SchedulerCycleTimesParams
获取 延迟单位 01:秒 02:分 03:时
getJobName() - Method in class cn.sinozg.applet.quartz.use.module.SchedulerBaseParams
获取 任务名称
getJobType() - Method in class cn.sinozg.applet.quartz.use.module.SchedulerBaseParams
获取 任务类型 01:周 02:月 03:cron 04:单次
getJobType() - Method in class cn.sinozg.applet.quartz.use.module.TaskScheduleModel
获取 所选作业类型
getMinute() - Method in class cn.sinozg.applet.quartz.use.module.TaskScheduleModel
获取 分
getName() - Method in enum class cn.sinozg.applet.quartz.use.enums.JobOptEnum
 
getName() - Method in enum class cn.sinozg.applet.quartz.use.enums.JobTypeEnum
 
getNextFireTime() - Method in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
Returns the next time at which the Trigger is scheduled to fire.
getNextTimes(String, int) - Static method in class cn.sinozg.applet.quartz.use.util.CronUtils
基于 CRON 表达式,获得下 n 个满足执行的时间
getPreviousFireTime() - Method in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
Returns the previous time at which the DailyTimeIntervalTrigger fired.
getRepeatCount() - Method in interface cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthTrigger
Get the the number of times for interval this trigger should repeat, after which it will be automatically deleted.
getRepeatCount() - Method in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
 
getRepeatInterval() - Method in interface cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthTrigger
Get the the time interval that will be added to the DateIntervalTrigger's fire time (in the set repeat interval unit) in order to calculate the time of the next trigger repeat.
getRepeatInterval() - Method in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
 
getRepeatIntervalUnit() - Method in interface cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthTrigger
Get the interval unit - the time unit on with the interval applies.
getRepeatIntervalUnit() - Method in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
 
getRetryCount() - Method in class cn.sinozg.applet.quartz.use.module.SchedulerBaseParams
获取 重试次数
getRetryInterval() - Method in class cn.sinozg.applet.quartz.use.module.SchedulerBaseParams
获取 重试间隔
getRunCycle() - Method in class cn.sinozg.applet.quartz.use.module.SchedulerCycleParams
获取 循环执行类型 01 按周 02 按月
getRunDays() - Method in class cn.sinozg.applet.quartz.use.module.SchedulerCycleParams
获取 @Schema(description = "运行的时间 0表示所有 周:1星期天-7 ,日:1-31") @NotNull(message = "运行的时间不能为空!")
getRunTime() - Method in class cn.sinozg.applet.quartz.use.module.SchedulerCycleOnceParams
获取 单次任务执行时间
getScheduleBuilder() - Method in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
Get a ScheduleBuilder that is configured to produce a schedule identical to this trigger's schedule.
getSecond() - Method in class cn.sinozg.applet.quartz.use.module.TaskScheduleModel
获取 秒
getSingleTime() - Method in class cn.sinozg.applet.quartz.use.module.SchedulerSingleParams
获取 执行时间
getStartTime() - Method in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
Get the time at which the DailyTimeIntervalTrigger should occur.
getStartTimeOfDay() - Method in interface cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthTrigger
The time of day to start firing at the given interval.
getStartTimeOfDay() - Method in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
The time of day to start firing at the given interval.
getTenantId() - Method in class cn.sinozg.applet.quartz.use.module.SchedulerBaseParams
获取 租户id
getTimesTriggered() - Method in interface cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthTrigger
Get the number of times the DateIntervalTrigger has already fired.
getTimesTriggered() - Method in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
 
getTriggerBuilder() - Method in interface cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthTrigger
triggerBuilder

H

handleException(Throwable, int, int, int) - Method in class cn.sinozg.applet.quartz.use.handler.JobHandlerInvoker
异常处理
hasAdditionalProperties() - Method in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
This trigger has no additional properties besides what's defined in this class.
hour - Variable in class cn.sinozg.applet.quartz.use.module.TaskScheduleModel
HOUR - Enum constant in enum class cn.sinozg.applet.quartz.use.enums.JobTypeEnum
 

I

id - Variable in class cn.sinozg.applet.quartz.use.module.SchedulerBaseParams
主键id
interval - Variable in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthScheduleBuilder
 
intervalTime - Variable in class cn.sinozg.applet.quartz.use.module.SchedulerCycleTimesParams
延迟数
intervalUnit - Variable in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthScheduleBuilder
 
intervalUnit - Variable in class cn.sinozg.applet.quartz.use.module.SchedulerCycleTimesParams
延迟单位 01:秒 02:分 03:时
isAll(List<Integer>) - Static method in class cn.sinozg.applet.quartz.use.util.CronUtils
是不是每天
isSameDay(Date, Date) - Method in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
 
isValid(String) - Static method in class cn.sinozg.applet.quartz.use.util.CronUtils
校验 CRON 表达式是否有效

J

JOB_ARGS - Enum constant in enum class cn.sinozg.applet.quartz.use.enums.JobKeyEnum
job 参数
JOB_BEAN_NAME - Enum constant in enum class cn.sinozg.applet.quartz.use.enums.JobKeyEnum
job 实现类名称
JOB_ID - Enum constant in enum class cn.sinozg.applet.quartz.use.enums.JobKeyEnum
job id
JOB_NAME - Enum constant in enum class cn.sinozg.applet.quartz.use.enums.JobKeyEnum
job 名称
JOB_RETRY_COUNT - Enum constant in enum class cn.sinozg.applet.quartz.use.enums.JobKeyEnum
最大重试次数
JOB_RETRY_INTERVAL - Enum constant in enum class cn.sinozg.applet.quartz.use.enums.JobKeyEnum
每次重试间隔
JOB_TENANT - Enum constant in enum class cn.sinozg.applet.quartz.use.enums.JobKeyEnum
租户
JobHandler - Interface in cn.sinozg.applet.quartz.use.handler
任务处理器 定时任务实现这个接口 配合注解 RedissonLock 可实现分布式定时调度
JobHandlerInvoker - Class in cn.sinozg.applet.quartz.use.handler
基础 Job 调用者,负责调用 JobHandler.execute(String) 执行任务
JobHandlerInvoker() - Constructor for class cn.sinozg.applet.quartz.use.handler.JobHandlerInvoker
 
JobKeyEnum - Enum Class in cn.sinozg.applet.quartz.use.enums
Quartz Job Data 的 key 枚举
JobKeyEnum() - Constructor for enum class cn.sinozg.applet.quartz.use.enums.JobKeyEnum
 
JobLogBaseService - Interface in cn.sinozg.applet.quartz.use.service
定时任务日志记录
jobLogService - Variable in class cn.sinozg.applet.quartz.use.handler.JobHandlerInvoker
 
jobName - Variable in class cn.sinozg.applet.quartz.use.module.SchedulerBaseParams
任务名称
JobOptEnum - Enum Class in cn.sinozg.applet.quartz.use.enums
定时任务操作
JobOptEnum(String, String) - Constructor for enum class cn.sinozg.applet.quartz.use.enums.JobOptEnum
 
jobType - Variable in class cn.sinozg.applet.quartz.use.module.SchedulerBaseParams
任务类型 01:周 02:月 03:cron 04:单次
jobType - Variable in class cn.sinozg.applet.quartz.use.module.TaskScheduleModel
所选作业类型
JobTypeEnum - Enum Class in cn.sinozg.applet.quartz.use.enums
 
JobTypeEnum(int, String) - Constructor for enum class cn.sinozg.applet.quartz.use.enums.JobTypeEnum
 

L

log - Static variable in class cn.sinozg.applet.quartz.config.QuartzAutoConfig
 
log - Static variable in class cn.sinozg.applet.quartz.use.handler.JobHandlerInvoker
 
log - Static variable in class cn.sinozg.applet.quartz.use.scheduler.SchedulerManager
 

M

mayFireAgain() - Method in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
Determines whether or not the DailyTimeIntervalTrigger will occur again.
minute - Variable in class cn.sinozg.applet.quartz.use.module.TaskScheduleModel
MINUTE - Enum constant in enum class cn.sinozg.applet.quartz.use.enums.JobTypeEnum
 
MISFIRE_INSTRUCTION_DO_NOTHING - Static variable in interface cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthTrigger
Instructs the Scheduler that upon a mis-fire situation, the DailyTimeIntervalTrigger wants to have it's next-fire-time updated to the next time in the schedule after the current time (taking into account any associated Calendar, but it does not want to be fired now.
MISFIRE_INSTRUCTION_FIRE_ONCE_NOW - Static variable in interface cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthTrigger
Instructs the Scheduler that upon a mis-fire situation, the DailyTimeIntervalTrigger wants to be fired now by Scheduler.
misfireInstruction - Variable in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthScheduleBuilder
 
MONTH - Enum constant in enum class cn.sinozg.applet.quartz.use.enums.JobTypeEnum
 

N

name - Variable in enum class cn.sinozg.applet.quartz.use.enums.JobOptEnum
 
name - Variable in enum class cn.sinozg.applet.quartz.use.enums.JobTypeEnum
 
nextFireTime - Variable in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
 
NUM_24 - Static variable in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
 
NUM_31 - Static variable in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
 
NUM_60 - Static variable in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
 

O

onDaysOfTheMonth(Integer...) - Method in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthScheduleBuilder
Set the trigger to fire on the given days of the month.
onDaysOfTheMonth(Set<Integer>) - Method in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthScheduleBuilder
Set the trigger to fire on the given days of the month.
onEveryDay() - Method in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthScheduleBuilder
Set the trigger to fire on all days of the month.

P

PAUSE - Enum constant in enum class cn.sinozg.applet.quartz.use.enums.JobOptEnum
暂停
pauseJob(String) - Method in class cn.sinozg.applet.quartz.use.scheduler.SchedulerManager
暂停 Quartz 中的 Job
previousFireTime - Variable in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
 

Q

QuartzAutoConfig - Class in cn.sinozg.applet.quartz.config
定时任务 Configuration
QuartzAutoConfig() - Constructor for class cn.sinozg.applet.quartz.config.QuartzAutoConfig
 
QuartzMarker - Class in cn.sinozg.applet.quartz.config
 
QuartzMarker() - Constructor for class cn.sinozg.applet.quartz.config.QuartzMarker
 

R

REPEAT_INDEFINITELY - Static variable in interface cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthTrigger
Used to indicate the 'repeat count' of the trigger is indefinite.
repeatCount - Variable in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthScheduleBuilder
 
repeatCount - Variable in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
 
repeatInterval - Variable in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
 
repeatIntervalUnit - Variable in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
 
RESUME - Enum constant in enum class cn.sinozg.applet.quartz.use.enums.JobOptEnum
启动
resumeJob(String) - Method in class cn.sinozg.applet.quartz.use.scheduler.SchedulerManager
启动 Quartz 中的 Job
retryCount - Variable in class cn.sinozg.applet.quartz.use.module.SchedulerBaseParams
重试次数
retryInterval - Variable in class cn.sinozg.applet.quartz.use.module.SchedulerBaseParams
重试间隔
runCycle - Variable in class cn.sinozg.applet.quartz.use.module.SchedulerCycleParams
循环执行类型 01 按周 02 按月
runDays - Variable in class cn.sinozg.applet.quartz.use.module.SchedulerCycleParams
 
runTime - Variable in class cn.sinozg.applet.quartz.use.module.SchedulerCycleOnceParams
单次任务执行时间

S

scheduler - Variable in class cn.sinozg.applet.quartz.use.scheduler.SchedulerManager
 
SchedulerBaseParams - Class in cn.sinozg.applet.quartz.use.module
任务基本信息
SchedulerBaseParams() - Constructor for class cn.sinozg.applet.quartz.use.module.SchedulerBaseParams
 
SchedulerCronParams - Class in cn.sinozg.applet.quartz.use.module
cron 类型的任务
SchedulerCronParams() - Constructor for class cn.sinozg.applet.quartz.use.module.SchedulerCronParams
 
SchedulerCycleOnceParams - Class in cn.sinozg.applet.quartz.use.module
非 cron 类的周期任务 单次任务
SchedulerCycleOnceParams() - Constructor for class cn.sinozg.applet.quartz.use.module.SchedulerCycleOnceParams
 
SchedulerCycleParams - Class in cn.sinozg.applet.quartz.use.module
非 cron 类的周期任务
SchedulerCycleParams() - Constructor for class cn.sinozg.applet.quartz.use.module.SchedulerCycleParams
 
SchedulerCycleTimesParams - Class in cn.sinozg.applet.quartz.use.module
非 cron 类的周期任务 多次任务
SchedulerCycleTimesParams() - Constructor for class cn.sinozg.applet.quartz.use.module.SchedulerCycleTimesParams
 
schedulerManager(Optional<Scheduler>) - Method in class cn.sinozg.applet.quartz.config.QuartzAutoConfig
 
SchedulerManager - Class in cn.sinozg.applet.quartz.use.scheduler
Scheduler 的管理器,负责创建任务
SchedulerManager(Scheduler) - Constructor for class cn.sinozg.applet.quartz.use.scheduler.SchedulerManager
 
schedulerRun(T, JobOptEnum, ConsumerException<T>) - Method in class cn.sinozg.applet.quartz.use.scheduler.SchedulerManager
 
schedulerRun(T, U, JobOptEnum, BiConsumerException<T, U>) - Method in class cn.sinozg.applet.quartz.use.scheduler.SchedulerManager
 
SchedulerSingleParams - Class in cn.sinozg.applet.quartz.use.module
单次任务
SchedulerSingleParams() - Constructor for class cn.sinozg.applet.quartz.use.module.SchedulerSingleParams
 
second - Variable in class cn.sinozg.applet.quartz.use.module.TaskScheduleModel
SECOND - Enum constant in enum class cn.sinozg.applet.quartz.use.enums.JobTypeEnum
按秒
serialVersionUID - Static variable in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
 
setArgs(String) - Method in class cn.sinozg.applet.quartz.use.module.SchedulerBaseParams
设置 参数
setBeanName(String) - Method in class cn.sinozg.applet.quartz.use.module.SchedulerBaseParams
设置 执行器的名称
setBeginDate(LocalDateTime) - Method in class cn.sinozg.applet.quartz.use.module.SchedulerBaseParams
设置 开始日期
setBeginTime(LocalTime) - Method in class cn.sinozg.applet.quartz.use.module.SchedulerCycleTimesParams
设置 延迟任务开始时间
setCron(String) - Method in class cn.sinozg.applet.quartz.use.module.SchedulerCronParams
设置 任务表达式
setDayOfMonths(List<Integer>) - Method in class cn.sinozg.applet.quartz.use.module.TaskScheduleModel
设置 一个月的哪几天
setDayOfWeeks(List<Integer>) - Method in class cn.sinozg.applet.quartz.use.module.TaskScheduleModel
设置 一周的哪几天
setDaysOfMonth(Set<Integer>) - Method in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
 
setEndDate(LocalDateTime) - Method in class cn.sinozg.applet.quartz.use.module.SchedulerBaseParams
设置 结束日期
setEndTime(LocalTime) - Method in class cn.sinozg.applet.quartz.use.module.SchedulerCycleTimesParams
设置 延迟任务结束时间
setEndTime(Date) - Method in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
Set the time at which the DailyTimeIntervalTrigger should quit repeating (and be automatically deleted).
setEndTimeOfDay(TimeOfDay) - Method in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
 
setHour(Integer) - Method in class cn.sinozg.applet.quartz.use.module.TaskScheduleModel
设置 时
setId(String) - Method in class cn.sinozg.applet.quartz.use.module.SchedulerBaseParams
设置 主键id
setIntervalTime(Integer) - Method in class cn.sinozg.applet.quartz.use.module.SchedulerCycleTimesParams
设置 延迟数
setIntervalUnit(String) - Method in class cn.sinozg.applet.quartz.use.module.SchedulerCycleTimesParams
设置 延迟单位 01:秒 02:分 03:时
setJobName(String) - Method in class cn.sinozg.applet.quartz.use.module.SchedulerBaseParams
设置 任务名称
setJobType(JobTypeEnum) - Method in class cn.sinozg.applet.quartz.use.module.TaskScheduleModel
设置 所选作业类型
setJobType(String) - Method in class cn.sinozg.applet.quartz.use.module.SchedulerBaseParams
设置 任务类型 01:周 02:月 03:cron 04:单次
setMinute(Integer) - Method in class cn.sinozg.applet.quartz.use.module.TaskScheduleModel
设置 分
setNextFireTime(Date) - Method in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
Set the next time at which the DailyTimeIntervalTrigger should fire.
setPreviousFireTime(Date) - Method in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
Set the previous time at which the DailyTimeIntervalTrigger fired.
setRepeatCount(int) - Method in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
 
setRepeatInterval(int) - Method in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
set the the time interval that will be added to the DailyTimeIntervalTrigger's fire time (in the set repeat interval unit) in order to calculate the time of the next trigger repeat.
setRepeatIntervalUnit(DateBuilder.IntervalUnit) - Method in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
Set the interval unit - the time unit on with the interval applies.
setRetryCount(Integer) - Method in class cn.sinozg.applet.quartz.use.module.SchedulerBaseParams
设置 重试次数
setRetryInterval(Integer) - Method in class cn.sinozg.applet.quartz.use.module.SchedulerBaseParams
设置 重试间隔
setRunCycle(String) - Method in class cn.sinozg.applet.quartz.use.module.SchedulerCycleParams
设置 循环执行类型 01 按周 02 按月
setRunDays(List<Integer>) - Method in class cn.sinozg.applet.quartz.use.module.SchedulerCycleParams
设置 @Schema(description = "运行的时间 0表示所有 周:1星期天-7 ,日:1-31") @NotNull(message = "运行的时间不能为空!")
setRunTime(LocalTime) - Method in class cn.sinozg.applet.quartz.use.module.SchedulerCycleOnceParams
设置 单次任务执行时间
setSecond(Integer) - Method in class cn.sinozg.applet.quartz.use.module.TaskScheduleModel
设置 秒
setSingleTime(LocalDateTime) - Method in class cn.sinozg.applet.quartz.use.module.SchedulerSingleParams
设置 执行时间
setStartTime(Date) - Method in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
Set the time at which the DailyTimeIntervalTrigger should occur.
setStartTimeOfDay(TimeOfDay) - Method in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
 
setTenantId(String) - Method in class cn.sinozg.applet.quartz.use.module.SchedulerBaseParams
设置 租户id
setTimesTriggered(int) - Method in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
Set the number of times the DailyTimeIntervalTrigger has already fired.
singleTime - Variable in class cn.sinozg.applet.quartz.use.module.SchedulerSingleParams
执行时间
STARTING_DAILY - Static variable in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthScheduleBuilder
 
startingDailyAt(TimeOfDay) - Method in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthScheduleBuilder
Set the trigger to begin firing each day at the given time.
startTime - Variable in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
 
startTimeOfDay - Variable in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthScheduleBuilder
 
startTimeOfDay - Variable in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
 

T

TaskScheduleModel - Class in cn.sinozg.applet.quartz.use.module
cron 生成 参数
TaskScheduleModel() - Constructor for class cn.sinozg.applet.quartz.use.module.TaskScheduleModel
 
tenantId - Variable in class cn.sinozg.applet.quartz.use.module.SchedulerBaseParams
租户id
threadPoolTaskExecutorBeanPostProcessor() - Method in class cn.sinozg.applet.quartz.config.QuartzAutoConfig
 
timesTriggered - Variable in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
 
triggered(Calendar) - Method in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
Called when the Scheduler has decided to 'fire' the trigger (execute the associated Job), in order to give the Trigger a chance to update itself for its next triggering (if any).
triggerJob(T) - Method in class cn.sinozg.applet.quartz.use.scheduler.SchedulerManager
立即触发一次 Quartz 中的 Job

U

UPDATE - Enum constant in enum class cn.sinozg.applet.quartz.use.enums.JobOptEnum
更新
updateAfterMisfire(Calendar) - Method in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
Updates the DailyTimeIntervalTrigger's state based on the MISFIRE_INSTRUCTION_XXX that was selected when the DailyTimeIntervalTrigger was created.
updateJob(T) - Method in class cn.sinozg.applet.quartz.use.scheduler.SchedulerManager
更新 Job 到 Quartz
updateJobLogResultAsync(String, LocalDateTime, boolean, String) - Method in interface cn.sinozg.applet.quartz.use.service.JobLogBaseService
更新 Job 日志的执行结果
updateJobLogResultAsync(String, String, Throwable, JobExecutionContext) - Method in class cn.sinozg.applet.quartz.use.handler.JobHandlerInvoker
更新 记录日志
updateWithNewCalendar(Calendar, long) - Method in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
 

V

validate() - Method in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
Validates whether the properties of the JobDetail are valid for submission into a Scheduler.
validateInterval(int) - Method in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthScheduleBuilder
 
validateMisfireInstruction(int) - Method in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
 
validateScheduler() - Method in class cn.sinozg.applet.quartz.use.scheduler.SchedulerManager
验证定时任务是否开启
valueOf(String) - Static method in enum class cn.sinozg.applet.quartz.use.enums.JobKeyEnum
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class cn.sinozg.applet.quartz.use.enums.JobOptEnum
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class cn.sinozg.applet.quartz.use.enums.JobTypeEnum
Returns the enum constant of this class with the specified name.
values() - Static method in enum class cn.sinozg.applet.quartz.use.enums.JobKeyEnum
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class cn.sinozg.applet.quartz.use.enums.JobOptEnum
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class cn.sinozg.applet.quartz.use.enums.JobTypeEnum
Returns an array containing the constants of this enum class, in the order they are declared.

W

WEEK - Enum constant in enum class cn.sinozg.applet.quartz.use.enums.JobTypeEnum
 
withInterval(int, DateBuilder.IntervalUnit) - Method in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthScheduleBuilder
Specify the time unit and interval for the Trigger to be produced.
withIntervalInHours(int) - Method in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthScheduleBuilder
Specify an interval in the IntervalUnit.HOUR that the produced Trigger will repeat at.
withIntervalInMinutes(int) - Method in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthScheduleBuilder
Specify an interval in the IntervalUnit.MINUTE that the produced Trigger will repeat at.
withIntervalInSeconds(int) - Method in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthScheduleBuilder
Specify an interval in the IntervalUnit.SECOND that the produced Trigger will repeat at.
withMisfireHandlingInstructionDoNothing() - Method in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthScheduleBuilder
If the Trigger misfires, use the DailyTimeIntervalTrigger.MISFIRE_INSTRUCTION_DO_NOTHING instruction.
withMisfireHandlingInstructionFireAndProceed() - Method in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthScheduleBuilder
If the Trigger misfires, use the DailyTimeIntervalTrigger.MISFIRE_INSTRUCTION_FIRE_ONCE_NOW instruction.
withMisfireHandlingInstructionIgnoreMisfires() - Method in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthScheduleBuilder
If the Trigger misfires, use the Trigger.MISFIRE_INSTRUCTION_IGNORE_MISFIRE_POLICY instruction.
withRepeatCount(int) - Method in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthScheduleBuilder
Set number of times for interval to repeat.

Y

YEAR_TO_GIVEUP_SCHEDULING_AT - Static variable in class cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
Constants.
A B C D E G H I J L M N O P Q R S T U V W Y 
All Classes and Interfaces|All Packages|Constant Field Values