A
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
Z
G
- get(Object) - function in java.util.LinkedHashMap
- getBeanClass() - function in pro.fessional.wings.tiny.task.schedule.exec.NoticeExec
- getBeanClass() - function in pro.fessional.wings.tiny.task.schedule.exec.TaskerExec
- getBeanMethod() - function in pro.fessional.wings.tiny.task.schedule.exec.TaskerExec
- getBeanObject() - function in pro.fessional.wings.tiny.task.schedule.exec.NoticeExec
- getBeanObject() - function in pro.fessional.wings.tiny.task.schedule.exec.TaskerExec
- getBeatTimes() - function in pro.fessional.wings.tiny.task.service.impl.TinyTaskBeatServiceImpl
- getDefault() - function in pro.fessional.wings.tiny.task.spring.prop.TinyTaskDefineProp
- Default Config
- getDuringBoot() - function in pro.fessional.wings.tiny.task.schedule.conf.TaskerProp
- recount each time the app is started, and stop schedule after how many successful executions, disable by default, not use Default config.
- getDuringBoot() - function in pro.fessional.wings.tiny.task.schedule.conf.TaskerProp
- recount each time the app is started, and stop schedule after how many successful executions, disable by default, not use Default config.
- getDuringDone() - function in pro.fessional.wings.tiny.task.schedule.conf.TaskerProp
- stop schedule after how many successful executions, not use Default config.
- getDuringDone() - function in pro.fessional.wings.tiny.task.schedule.conf.TaskerProp
- stop schedule after how many successful executions, not use Default config.
- getDuringExec() - function in pro.fessional.wings.tiny.task.schedule.conf.TaskerProp
- stop schedule after how many total executions, not use Default config.
- getDuringExec() - function in pro.fessional.wings.tiny.task.schedule.conf.TaskerProp
- stop schedule after how many total executions, not use Default config.
- getDuringFail() - function in pro.fessional.wings.tiny.task.schedule.conf.TaskerProp
- stop schedule after how many consecutive failures, not use Default config.
- getDuringFail() - function in pro.fessional.wings.tiny.task.schedule.conf.TaskerProp
- stop schedule after how many consecutive failures, not use Default config.
- getDuringFrom() - function in pro.fessional.wings.tiny.task.schedule.conf.TaskerProp
- schedule start datetime at timingZone, in yyyy-MM-dd HH:mm:ss format, 0 means disable, not use Default config.
- getDuringFrom() - function in pro.fessional.wings.tiny.task.schedule.conf.TaskerProp
- schedule start datetime at timingZone, in yyyy-MM-dd HH:mm:ss format, 0 means disable, not use Default config.
- getDuringStop() - function in pro.fessional.wings.tiny.task.schedule.conf.TaskerProp
- schedule stop datetime at timingZone, in yyyy-MM-dd HH:mm:ss format, 0 means disable, not use Default config.
- getDuringStop() - function in pro.fessional.wings.tiny.task.schedule.conf.TaskerProp
- schedule stop datetime at timingZone, in yyyy-MM-dd HH:mm:ss format, 0 means disable, not use Default config.
- getId() - function in pro.fessional.wings.tiny.task.controller.TaskConfController.In1
- getId() - function in pro.fessional.wings.tiny.task.controller.TaskConfController.In2
- getId() - function in pro.fessional.wings.tiny.task.service.TinyTaskConfService.Conf
- getId() - function in pro.fessional.wings.tiny.task.service.TinyTaskListService.Item
- getId() - function in pro.fessional.wings.tiny.task.service.TinyTaskService.Task
- getLastDone() - function in pro.fessional.wings.tiny.task.service.TinyTaskListService.Item
- getLastExec() - function in pro.fessional.wings.tiny.task.service.TinyTaskListService.Item
- getLastFail() - function in pro.fessional.wings.tiny.task.service.TinyTaskListService.Item
- getNotice(java.lang.String,boolean) - function in pro.fessional.wings.tiny.task.schedule.exec.ExecHolder
- getNotice(java.lang.String,java.util.function.Function) - function in pro.fessional.wings.tiny.task.schedule.exec.ExecHolder
- getNoticeBean() - function in pro.fessional.wings.tiny.task.schedule.conf.TaskerProp
- Notice bean, SmallNotice type, fullpath of Class, no notice by default.
- getNoticeBean() - function in pro.fessional.wings.tiny.task.schedule.conf.TaskerProp
- Notice bean, SmallNotice type, fullpath of Class, no notice by default.
- getNoticeConf() - function in pro.fessional.wings.tiny.task.schedule.conf.TaskerProp
- The config name of the notice bean, automatic by default.
- getNoticeConf() - function in pro.fessional.wings.tiny.task.schedule.conf.TaskerProp
- The config name of the notice bean, automatic by default.
- getNoticeWhen() - function in pro.fessional.wings.tiny.task.schedule.conf.TaskerProp
Timing of notice, exec|fail|done|feed, comma separated ignoring case, default fail. use Default config if null or empty. * timing is roughly expressed: exec;try{run...;done}catch{fail} * exec - init task; done - success; fail - failed; feed - non-empty return.- getNoticeWhen() - function in pro.fessional.wings.tiny.task.schedule.conf.TaskerProp
Timing of notice, exec|fail|done|feed, comma separated ignoring case, default fail. use Default config if null or empty. * timing is roughly expressed: exec;try{run...;done}catch{fail} * exec - init task; done - success; fail - failed; feed - non-empty return.- getOrDefault(Object,V) - function in java.util.LinkedHashMap
- getParaClass() - function in pro.fessional.wings.tiny.task.schedule.exec.TaskerExec
- getParaDecoder() - function in pro.fessional.wings.tiny.task.schedule.exec.TaskerExec
- getParaEncoder() - function in pro.fessional.wings.tiny.task.schedule.exec.TaskerExec
- getResultKeep() - function in pro.fessional.wings.tiny.task.schedule.conf.TaskerProp
- how many days to save the execution results, default 60 days, 0 means not save, use Default configuration if null.
- getResultKeep() - function in pro.fessional.wings.tiny.task.schedule.conf.TaskerProp
- how many days to save the execution results, default 60 days, 0 means not save, use Default configuration if null.
- getSumDone() - function in pro.fessional.wings.tiny.task.service.TinyTaskListService.Item
- getSumExec() - function in pro.fessional.wings.tiny.task.service.TinyTaskListService.Item
- getSumFail() - function in pro.fessional.wings.tiny.task.service.TinyTaskListService.Item
- getTaskCancel() - function in pro.fessional.wings.tiny.task.spring.prop.TinyTaskUrlmapProp
- cancel a task.
- getTaskDefined() - function in pro.fessional.wings.tiny.task.spring.prop.TinyTaskUrlmapProp
- list of defined tasks.
- getTaskEnable() - function in pro.fessional.wings.tiny.task.spring.prop.TinyTaskUrlmapProp
- enable or disable a task.
- getTasker(java.lang.String,boolean) - function in pro.fessional.wings.tiny.task.schedule.exec.ExecHolder
- getTasker(java.lang.String,java.util.function.Function) - function in pro.fessional.wings.tiny.task.schedule.exec.ExecHolder
- getTaskerApps() - function in pro.fessional.wings.tiny.task.schedule.conf.TaskerProp
- The app it belongs to, comma separated, use Default config if null or empty.
- getTaskerApps() - function in pro.fessional.wings.tiny.task.schedule.conf.TaskerProp
- The app it belongs to, comma separated, use Default config if null or empty.
- getTaskerApps() - function in pro.fessional.wings.tiny.task.service.TinyTaskListService.Item
- getTaskerBean() - function in pro.fessional.wings.tiny.task.schedule.conf.TaskerProp
- Beans annotated by TinyTasker, formatted as Class#method, automatically recognized by default, not use Default config.
- getTaskerBean() - function in pro.fessional.wings.tiny.task.schedule.conf.TaskerProp
- Beans annotated by TinyTasker, formatted as Class#method, automatically recognized by default, not use Default config.
- getTaskerName() - function in pro.fessional.wings.tiny.task.schedule.conf.TaskerProp
- Task name, used for notice and log, better readability, default is `[shortClassName#method]`, not use Default config.
- getTaskerName() - function in pro.fessional.wings.tiny.task.schedule.conf.TaskerProp
- Task name, used for notice and log, better readability, default is `[shortClassName#method]`, not use Default config.
- getTaskerName() - function in pro.fessional.wings.tiny.task.service.TinyTaskListService.Item
- getTaskerPara() - function in pro.fessional.wings.tiny.task.schedule.conf.TaskerProp
- Parameters of the task, object array in json format, default null or no parameters, not use Default config.
- getTaskerPara() - function in pro.fessional.wings.tiny.task.schedule.conf.TaskerProp
- Parameters of the task, object array in json format, default null or no parameters, not use Default config.
- getTaskerRuns() - function in pro.fessional.wings.tiny.task.schedule.conf.TaskerProp
- RunMode(product|test|develop|local), Comma separated, ignore case, default all, use Default config if null or empty.
- getTaskerRuns() - function in pro.fessional.wings.tiny.task.schedule.conf.TaskerProp
- RunMode(product|test|develop|local), Comma separated, ignore case, default all, use Default config if null or empty.
- getTaskerRuns() - function in pro.fessional.wings.tiny.task.service.TinyTaskListService.Item
- getTaskForce() - function in pro.fessional.wings.tiny.task.spring.prop.TinyTaskUrlmapProp
- force to start a task.
- getTaskLaunch() - function in pro.fessional.wings.tiny.task.spring.prop.TinyTaskUrlmapProp
- start a task.
- getTaskPropConf() - function in pro.fessional.wings.tiny.task.spring.prop.TinyTaskUrlmapProp
- show the prop of task conf.
- getTaskPropDiff() - function in pro.fessional.wings.tiny.task.spring.prop.TinyTaskUrlmapProp
- show the diff of task conf.
- getTaskPropLoad() - function in pro.fessional.wings.tiny.task.spring.prop.TinyTaskUrlmapProp
- load the task config.
- getTaskPropSave() - function in pro.fessional.wings.tiny.task.spring.prop.TinyTaskUrlmapProp
- update the task config.
- getTaskResult() - function in pro.fessional.wings.tiny.task.spring.prop.TinyTaskUrlmapProp
- list of task results.
- getTaskRunning() - function in pro.fessional.wings.tiny.task.spring.prop.TinyTaskUrlmapProp
- list of running tasks.
- getTimingBeat() - function in pro.fessional.wings.tiny.task.schedule.conf.TaskerProp
- the interval seconds of heartbeat, if the task's last_exec is more than 2 heartbeats away from now, it is considered as an exception.
- getTimingBeat() - function in pro.fessional.wings.tiny.task.schedule.conf.TaskerProp
- the interval seconds of heartbeat, if the task's last_exec is more than 2 heartbeats away from now, it is considered as an exception.
- getTimingCron() - function in pro.fessional.wings.tiny.task.schedule.conf.TaskerProp
- Scheduling expression content, highest priority, affected by timingType, default spring cron format (second minute hour day month week), not use Default config.
- getTimingCron() - function in pro.fessional.wings.tiny.task.schedule.conf.TaskerProp
- Scheduling expression content, highest priority, affected by timingType, default spring cron format (second minute hour day month week), not use Default config.
- getTimingCron() - function in pro.fessional.wings.tiny.task.service.TinyTaskListService.Item
- getTimingIdle() - function in pro.fessional.wings.tiny.task.schedule.conf.TaskerProp
- Fixed idle interval (seconds), lower priority than timingCron, equal to fixedDelay, end to start, 0 means disable, not use Default config.
- getTimingIdle() - function in pro.fessional.wings.tiny.task.schedule.conf.TaskerProp
- Fixed idle interval (seconds), lower priority than timingCron, equal to fixedDelay, end to start, 0 means disable, not use Default config.
- getTimingIdle() - function in pro.fessional.wings.tiny.task.service.TinyTaskListService.Item
- getTimingMiss() - function in pro.fessional.wings.tiny.task.schedule.conf.TaskerProp
- Within how many seconds of a misfire, execution is required, 0 means no execution.
- getTimingMiss() - function in pro.fessional.wings.tiny.task.schedule.conf.TaskerProp
- Within how many seconds of a misfire, execution is required, 0 means no execution.
- getTimingRate() - function in pro.fessional.wings.tiny.task.schedule.conf.TaskerProp
- Fixed frequency interval (seconds), lower priority than timingIdle, equal to fixedRate, start to start, 0 means disable, not use Default config.
- getTimingRate() - function in pro.fessional.wings.tiny.task.schedule.conf.TaskerProp
- Fixed frequency interval (seconds), lower priority than timingIdle, equal to fixedRate, start to start, 0 means disable, not use Default config.
- getTimingRate() - function in pro.fessional.wings.tiny.task.service.TinyTaskListService.Item
- getTimingType() - function in pro.fessional.wings.tiny.task.schedule.conf.TaskerProp
- scheduling expression type, affects how timingCron is parsed, defaults to spring cron format, use Default config if null or empty.
- getTimingType() - function in pro.fessional.wings.tiny.task.schedule.conf.TaskerProp
- scheduling expression type, affects how timingCron is parsed, defaults to spring cron format, use Default config if null or empty.
- getTimingZone() - function in pro.fessional.wings.tiny.task.schedule.conf.TaskerProp
- timezone of scheduling , default system timezone, use Default config if null or empty.
- getTimingZone() - function in pro.fessional.wings.tiny.task.schedule.conf.TaskerProp
- timezone of scheduling , default system timezone, use Default config if null or empty.
- getVersion() - function in pro.fessional.wings.tiny.task.schedule.conf.TaskerProp
- version number, higher version config overrides lower one, not use Default config.
- getVersion() - function in pro.fessional.wings.tiny.task.schedule.conf.TaskerProp
- version number, higher version config overrides lower one, not use Default config.
- getVersion() - function in pro.fessional.wings.tiny.task.service.TinyTaskListService.Item