索引

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|常量字段值|所有程序包|序列化表格

A

ADD - enum class 中的枚举常量 cn.sinozg.applet.quartz.use.enums.JobOptEnum
新增
addJob(T) - 类中的方法 cn.sinozg.applet.quartz.use.scheduler.SchedulerManager
添加 Job 到 Quartz 中
advanceToNextDayOfMonthIfNecessary(Date, boolean) - 类中的方法 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 - 类中的静态变量 cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthScheduleBuilder
A set of all days of the week.
args - 类中的变量 cn.sinozg.applet.quartz.use.module.SchedulerBaseParams
参数

B

beanName - 类中的变量 cn.sinozg.applet.quartz.use.module.SchedulerBaseParams
执行器的名称
beginDate - 类中的变量 cn.sinozg.applet.quartz.use.module.SchedulerBaseParams
开始日期
beginTime - 类中的变量 cn.sinozg.applet.quartz.use.module.SchedulerCycleTimesParams
延迟任务开始时间
build() - 类中的方法 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) - 类中的方法 cn.sinozg.applet.quartz.use.scheduler.SchedulerManager
构建 Trigger
buildTrigger(T) - 类中的方法 cn.sinozg.applet.quartz.use.scheduler.SchedulerManager
构建 Trigger

C

cn.sinozg.applet.quartz.config - 程序包 cn.sinozg.applet.quartz.config
 
cn.sinozg.applet.quartz.use.enums - 程序包 cn.sinozg.applet.quartz.use.enums
 
cn.sinozg.applet.quartz.use.ext - 程序包 cn.sinozg.applet.quartz.use.ext
 
cn.sinozg.applet.quartz.use.handler - 程序包 cn.sinozg.applet.quartz.use.handler
 
cn.sinozg.applet.quartz.use.module - 程序包 cn.sinozg.applet.quartz.use.module
 
cn.sinozg.applet.quartz.use.scheduler - 程序包 cn.sinozg.applet.quartz.use.scheduler
 
cn.sinozg.applet.quartz.use.service - 程序包 cn.sinozg.applet.quartz.use.service
 
cn.sinozg.applet.quartz.use.util - 程序包 cn.sinozg.applet.quartz.use.util
 
code - enum class中的变量 cn.sinozg.applet.quartz.use.enums.JobOptEnum
 
code - enum class中的变量 cn.sinozg.applet.quartz.use.enums.JobTypeEnum
 
complete - 类中的变量 cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
 
computeFirstFireTime(Calendar) - 类中的方法 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) - 类中的方法 cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
 
createDescription(TaskScheduleModel) - 类中的静态方法 cn.sinozg.applet.quartz.use.util.CronUtils
方法摘要:生成计划的详细描述
createJobLog(String, String, LocalDateTime, String, String, Integer) - 接口中的方法 cn.sinozg.applet.quartz.use.service.JobLogBaseService
创建 Job 日志
cron - 类中的变量 cn.sinozg.applet.quartz.use.module.SchedulerCronParams
任务表达式
cronExpression(TaskScheduleModel) - 类中的静态方法 cn.sinozg.applet.quartz.use.util.CronUtils
方法摘要:构建Cron表达式
CronUtils - cn.sinozg.applet.quartz.use.util中的类
Quartz Cron 表达式的工具类
CronUtils() - 类的构造器 cn.sinozg.applet.quartz.use.util.CronUtils
 

D

dailyBuilder(SchedulerCycleTimesParams) - 类中的方法 cn.sinozg.applet.quartz.use.scheduler.SchedulerManager
按月 或者周 周期执行
DailyTimeIntervalMonthScheduleBuilder - cn.sinozg.applet.quartz.use.ext中的类
 
DailyTimeIntervalMonthScheduleBuilder() - 类的构造器 cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthScheduleBuilder
 
DailyTimeIntervalMonthTrigger - cn.sinozg.applet.quartz.use.ext中的接口
按月计算
dailyTimeIntervalSchedule() - 类中的静态方法 cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthScheduleBuilder
Create a DailyTimeIntervalScheduleBuilder.
DailyTimeIntervalTriggerMonthImpl - cn.sinozg.applet.quartz.use.ext中的类
 
DailyTimeIntervalTriggerMonthImpl() - 类的构造器 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) - 类的构造器 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) - 类的构造器 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) - 类的构造器 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) - 类的构造器 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) - 类的构造器 cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
Create a DailyTimeIntervalTrigger that will occur immediately, and repeat at the the given interval.
DAY - enum class 中的枚举常量 cn.sinozg.applet.quartz.use.enums.JobTypeEnum
按天
dayOfMonths - 类中的变量 cn.sinozg.applet.quartz.use.module.TaskScheduleModel
一个月的哪几天
dayOfWeeks - 类中的变量 cn.sinozg.applet.quartz.use.module.TaskScheduleModel
一周的哪几天
days(StringBuilder, List<Integer>) - 类中的静态方法 cn.sinozg.applet.quartz.use.util.CronUtils
按照天去 追加
daysOfMonth - 类中的变量 cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthScheduleBuilder
 
daysOfMonth - 类中的变量 cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
 
DEL - enum class 中的枚举常量 cn.sinozg.applet.quartz.use.enums.JobOptEnum
删除
deleteJob(String) - 类中的方法 cn.sinozg.applet.quartz.use.scheduler.SchedulerManager
删除 Quartz 中的 Job

E

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

G

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

H

handleException(Throwable, int, int, int) - 类中的方法 cn.sinozg.applet.quartz.use.handler.JobHandlerInvoker
异常处理
hasAdditionalProperties() - 类中的方法 cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
This trigger has no additional properties besides what's defined in this class.
hour - 类中的变量 cn.sinozg.applet.quartz.use.module.TaskScheduleModel
HOUR - enum class 中的枚举常量 cn.sinozg.applet.quartz.use.enums.JobTypeEnum
 

I

id - 类中的变量 cn.sinozg.applet.quartz.use.module.SchedulerBaseParams
主键id
interval - 类中的变量 cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthScheduleBuilder
 
intervalTime - 类中的变量 cn.sinozg.applet.quartz.use.module.SchedulerCycleTimesParams
延迟数
intervalUnit - 类中的变量 cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthScheduleBuilder
 
intervalUnit - 类中的变量 cn.sinozg.applet.quartz.use.module.SchedulerCycleTimesParams
延迟单位 01:秒 02:分 03:时
isAll(List<Integer>) - 类中的静态方法 cn.sinozg.applet.quartz.use.util.CronUtils
是不是每天
isSameDay(Date, Date) - 类中的方法 cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
 
isValid(String) - 类中的静态方法 cn.sinozg.applet.quartz.use.util.CronUtils
校验 CRON 表达式是否有效

J

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

L

log - 类中的静态变量 cn.sinozg.applet.quartz.config.QuartzAutoConfig
 
log - 类中的静态变量 cn.sinozg.applet.quartz.use.handler.JobHandlerInvoker
 
log - 类中的静态变量 cn.sinozg.applet.quartz.use.scheduler.SchedulerManager
 

M

mayFireAgain() - 类中的方法 cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
Determines whether or not the DailyTimeIntervalTrigger will occur again.
minute - 类中的变量 cn.sinozg.applet.quartz.use.module.TaskScheduleModel
MINUTE - enum class 中的枚举常量 cn.sinozg.applet.quartz.use.enums.JobTypeEnum
 
MISFIRE_INSTRUCTION_DO_NOTHING - 接口中的静态变量 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 - 接口中的静态变量 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 - 类中的变量 cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthScheduleBuilder
 
MONTH - enum class 中的枚举常量 cn.sinozg.applet.quartz.use.enums.JobTypeEnum
 

N

name - enum class中的变量 cn.sinozg.applet.quartz.use.enums.JobOptEnum
 
name - enum class中的变量 cn.sinozg.applet.quartz.use.enums.JobTypeEnum
 
nextFireTime - 类中的变量 cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
 
NUM_24 - 类中的静态变量 cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
 
NUM_31 - 类中的静态变量 cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
 
NUM_60 - 类中的静态变量 cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
 

O

onDaysOfTheMonth(Integer...) - 类中的方法 cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthScheduleBuilder
Set the trigger to fire on the given days of the month.
onDaysOfTheMonth(Set<Integer>) - 类中的方法 cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthScheduleBuilder
Set the trigger to fire on the given days of the month.
onEveryDay() - 类中的方法 cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthScheduleBuilder
Set the trigger to fire on all days of the month.

P

PAUSE - enum class 中的枚举常量 cn.sinozg.applet.quartz.use.enums.JobOptEnum
暂停
pauseJob(String) - 类中的方法 cn.sinozg.applet.quartz.use.scheduler.SchedulerManager
暂停 Quartz 中的 Job
previousFireTime - 类中的变量 cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
 

Q

QuartzAutoConfig - cn.sinozg.applet.quartz.config中的类
定时任务 Configuration
QuartzAutoConfig() - 类的构造器 cn.sinozg.applet.quartz.config.QuartzAutoConfig
 
QuartzMarker - cn.sinozg.applet.quartz.config中的类
 
QuartzMarker() - 类的构造器 cn.sinozg.applet.quartz.config.QuartzMarker
 

R

REPEAT_INDEFINITELY - 接口中的静态变量 cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthTrigger
Used to indicate the 'repeat count' of the trigger is indefinite.
repeatCount - 类中的变量 cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthScheduleBuilder
 
repeatCount - 类中的变量 cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
 
repeatInterval - 类中的变量 cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
 
repeatIntervalUnit - 类中的变量 cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
 
RESUME - enum class 中的枚举常量 cn.sinozg.applet.quartz.use.enums.JobOptEnum
启动
resumeJob(String) - 类中的方法 cn.sinozg.applet.quartz.use.scheduler.SchedulerManager
启动 Quartz 中的 Job
retryCount - 类中的变量 cn.sinozg.applet.quartz.use.module.SchedulerBaseParams
重试次数
retryInterval - 类中的变量 cn.sinozg.applet.quartz.use.module.SchedulerBaseParams
重试间隔
runCycle - 类中的变量 cn.sinozg.applet.quartz.use.module.SchedulerCycleParams
循环执行类型 01 按周 02 按月
runDays - 类中的变量 cn.sinozg.applet.quartz.use.module.SchedulerCycleParams
 
runTime - 类中的变量 cn.sinozg.applet.quartz.use.module.SchedulerCycleOnceParams
单次任务执行时间

S

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

T

TaskScheduleModel - cn.sinozg.applet.quartz.use.module中的类
cron 生成 参数
TaskScheduleModel() - 类的构造器 cn.sinozg.applet.quartz.use.module.TaskScheduleModel
 
tenantId - 类中的变量 cn.sinozg.applet.quartz.use.module.SchedulerBaseParams
租户id
threadPoolTaskExecutorBeanPostProcessor() - 类中的方法 cn.sinozg.applet.quartz.config.QuartzAutoConfig
 
timesTriggered - 类中的变量 cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
 
triggered(Calendar) - 类中的方法 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) - 类中的方法 cn.sinozg.applet.quartz.use.scheduler.SchedulerManager
立即触发一次 Quartz 中的 Job

U

UPDATE - enum class 中的枚举常量 cn.sinozg.applet.quartz.use.enums.JobOptEnum
更新
updateAfterMisfire(Calendar) - 类中的方法 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) - 类中的方法 cn.sinozg.applet.quartz.use.scheduler.SchedulerManager
更新 Job 到 Quartz
updateJobLogResultAsync(String, LocalDateTime, boolean, String) - 接口中的方法 cn.sinozg.applet.quartz.use.service.JobLogBaseService
更新 Job 日志的执行结果
updateJobLogResultAsync(String, String, Throwable, JobExecutionContext) - 类中的方法 cn.sinozg.applet.quartz.use.handler.JobHandlerInvoker
更新 记录日志
updateWithNewCalendar(Calendar, long) - 类中的方法 cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
 

V

validate() - 类中的方法 cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
Validates whether the properties of the JobDetail are valid for submission into a Scheduler.
validateInterval(int) - 类中的方法 cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthScheduleBuilder
 
validateMisfireInstruction(int) - 类中的方法 cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalTriggerMonthImpl
 
validateScheduler() - 类中的方法 cn.sinozg.applet.quartz.use.scheduler.SchedulerManager
验证定时任务是否开启
valueOf(String) - enum class中的静态方法 cn.sinozg.applet.quartz.use.enums.JobKeyEnum
Returns the enum constant of this class with the specified name.
valueOf(String) - enum class中的静态方法 cn.sinozg.applet.quartz.use.enums.JobOptEnum
Returns the enum constant of this class with the specified name.
valueOf(String) - enum class中的静态方法 cn.sinozg.applet.quartz.use.enums.JobTypeEnum
Returns the enum constant of this class with the specified name.
values() - 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() - 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() - 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 class 中的枚举常量 cn.sinozg.applet.quartz.use.enums.JobTypeEnum
 
withInterval(int, DateBuilder.IntervalUnit) - 类中的方法 cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthScheduleBuilder
Specify the time unit and interval for the Trigger to be produced.
withIntervalInHours(int) - 类中的方法 cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthScheduleBuilder
Specify an interval in the IntervalUnit.HOUR that the produced Trigger will repeat at.
withIntervalInMinutes(int) - 类中的方法 cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthScheduleBuilder
Specify an interval in the IntervalUnit.MINUTE that the produced Trigger will repeat at.
withIntervalInSeconds(int) - 类中的方法 cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthScheduleBuilder
Specify an interval in the IntervalUnit.SECOND that the produced Trigger will repeat at.
withMisfireHandlingInstructionDoNothing() - 类中的方法 cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthScheduleBuilder
If the Trigger misfires, use the DailyTimeIntervalTrigger.MISFIRE_INSTRUCTION_DO_NOTHING instruction.
withMisfireHandlingInstructionFireAndProceed() - 类中的方法 cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthScheduleBuilder
If the Trigger misfires, use the DailyTimeIntervalTrigger.MISFIRE_INSTRUCTION_FIRE_ONCE_NOW instruction.
withMisfireHandlingInstructionIgnoreMisfires() - 类中的方法 cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthScheduleBuilder
If the Trigger misfires, use the Trigger.MISFIRE_INSTRUCTION_IGNORE_MISFIRE_POLICY instruction.
withRepeatCount(int) - 类中的方法 cn.sinozg.applet.quartz.use.ext.DailyTimeIntervalMonthScheduleBuilder
Set number of times for interval to repeat.

Y

YEAR_TO_GIVEUP_SCHEDULING_AT - 类中的静态变量 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|常量字段值|所有程序包|序列化表格