A C D E F G H I J M N O R S T U X Z
A
- AbstractJobManager - org.noear.solon.scheduling.scheduled.manager中的类
-
任务管理者
- AbstractJobManager() - 类 的构造器org.noear.solon.scheduling.scheduled.manager.AbstractJobManager
-
- annotationType() - 类 中的方法org.noear.solon.scheduling.ScheduledAnno
-
- args() - 接口 中的方法org.noear.solon.scheduling.retry.Callee
-
参数
- args() - 类 中的方法org.noear.solon.scheduling.retry.CalleeImpl
-
参数
- argsAsMap() - 接口 中的方法org.noear.solon.scheduling.retry.Callee
-
参数 map 形式
- argsAsMap() - 类 中的方法org.noear.solon.scheduling.retry.CalleeImpl
-
参数 map 形式
- Async - org.noear.solon.scheduling.annotation中的注释类型
-
异步执行注解
- AsyncInterceptor - org.noear.solon.scheduling.async中的类
-
异步执行拦截器
- AsyncInterceptor(AopContext) - 类 的构造器org.noear.solon.scheduling.async.AsyncInterceptor
-
- attachment - 类 中的变量org.noear.solon.scheduling.scheduled.JobHolder
-
C
- call() - 接口 中的方法org.noear.solon.scheduling.retry.Callee
-
调用
- call() - 类 中的方法org.noear.solon.scheduling.retry.CalleeImpl
-
调用
- Callee - org.noear.solon.scheduling.retry中的接口
-
被调用者
- CalleeImpl - org.noear.solon.scheduling.retry中的类
-
被调用者
- CalleeImpl(Invocation) - 类 的构造器org.noear.solon.scheduling.retry.CalleeImpl
-
- configScheduled(ScheduledAnno) - 类 中的静态方法org.noear.solon.scheduling.utils.ScheduledHelper
-
配置加持
- create(Invocation) - 接口 中的方法org.noear.solon.scheduling.async.InvocationRunnableFactory
-
创建调用运行器
- cron(String) - 类 中的方法org.noear.solon.scheduling.ScheduledAnno
-
- cron() - 类 中的方法org.noear.solon.scheduling.ScheduledAnno
-
D
- data - 类 中的变量org.noear.solon.scheduling.scheduled.JobHolder
-
- doBuild(Class<?>, BeanWrap, Scheduled) - 类 中的方法org.noear.solon.scheduling.scheduled.manager.JobExtractor
-
- doExtract(BeanWrap, Method, Scheduled) - 类 中的方法org.noear.solon.scheduling.scheduled.manager.JobExtractor
-
- doIntercept(Invocation) - 类 中的方法org.noear.solon.scheduling.async.AsyncInterceptor
-
- doIntercept(Invocation) - 类 中的方法org.noear.solon.scheduling.retry.RetryInterceptor
-
E
- enable(boolean) - 类 中的方法org.noear.solon.scheduling.ScheduledAnno
-
- enable() - 类 中的方法org.noear.solon.scheduling.ScheduledAnno
-
- EnableAsync - org.noear.solon.scheduling.annotation中的注释类型
-
- EnableRetry - org.noear.solon.scheduling.annotation中的注释类型
-
启用重试执行注解
- EnableScheduling - org.noear.solon.scheduling.annotation中的注释类型
-
启用定时任务注解
- execute() - 类 中的方法org.noear.solon.scheduling.retry.RetryableTask
-
开始执行重试方法
F
- fixedDelay(long) - 类 中的方法org.noear.solon.scheduling.ScheduledAnno
-
- fixedDelay() - 类 中的方法org.noear.solon.scheduling.ScheduledAnno
-
固定延时(串行执行)
- fixedRate(long) - 类 中的方法org.noear.solon.scheduling.ScheduledAnno
-
- fixedRate() - 类 中的方法org.noear.solon.scheduling.ScheduledAnno
-
固定频率(并行执行)
- fixedRate(String) - 类 中的静态方法org.noear.solon.scheduling.utils.ScheduledHelper
-
G
- get() - 类 中的方法org.noear.solon.scheduling.retry.RetryableTask
-
获取答案
- getAttachment() - 类 中的方法org.noear.solon.scheduling.scheduled.JobHolder
-
- getData() - 类 中的方法org.noear.solon.scheduling.scheduled.JobHolder
-
- getHandler() - 类 中的方法org.noear.solon.scheduling.scheduled.JobHolder
-
获取处理器
- getName() - 类 中的方法org.noear.solon.scheduling.scheduled.JobHolder
-
获取名字
- getScheduled() - 类 中的方法org.noear.solon.scheduling.scheduled.JobHolder
-
获取计划
H
- handle(Context) - 类 中的方法org.noear.solon.scheduling.scheduled.impl.JobBeanImpl
-
- handle(Context) - 类 中的方法org.noear.solon.scheduling.scheduled.impl.JobMethodImpl
-
- handle(Context) - 接口 中的方法org.noear.solon.scheduling.scheduled.JobHandler
-
任务处理
- handle(Context) - 类 中的方法org.noear.solon.scheduling.scheduled.JobHolder
-
处理
- handler - 类 中的变量org.noear.solon.scheduling.scheduled.JobHolder
-
I
- IJobManager - org.noear.solon.scheduling.scheduled.manager中的接口
-
- initialDelay(long) - 类 中的方法org.noear.solon.scheduling.ScheduledAnno
-
- initialDelay() - 类 中的方法org.noear.solon.scheduling.ScheduledAnno
-
初次执行延时
- interval(long) - 类 中的方法org.noear.solon.scheduling.retry.RetryableTask
-
设置间隔时间
- invocation - 类 中的变量org.noear.solon.scheduling.async.InvocationRunnable
-
- InvocationRunnable - org.noear.solon.scheduling.async中的类
-
调用运行器
- InvocationRunnable(Invocation) - 类 的构造器org.noear.solon.scheduling.async.InvocationRunnable
-
- InvocationRunnableFactory - org.noear.solon.scheduling.async中的接口
-
调用运行器工厂
- isStarted - 类 中的变量org.noear.solon.scheduling.scheduled.manager.AbstractJobManager
-
- isStarted() - 类 中的方法org.noear.solon.scheduling.scheduled.manager.AbstractJobManager
-
是否已启动
- isStarted() - 接口 中的方法org.noear.solon.scheduling.scheduled.manager.IJobManager
-
是否已启动
J
- jobAdd(String, Scheduled, JobHandler) - 类 中的方法org.noear.solon.scheduling.scheduled.manager.AbstractJobManager
-
任务添加
- jobAdd(String, Scheduled, JobHandler) - 接口 中的方法org.noear.solon.scheduling.scheduled.manager.IJobManager
-
任务添加
- jobAddCheckDo(String, Scheduled) - 类 中的方法org.noear.solon.scheduling.scheduled.manager.AbstractJobManager
-
任务添加检测
- JobBeanImpl - org.noear.solon.scheduling.scheduled.impl中的类
-
Job 类模式实现
- JobBeanImpl(BeanWrap) - 类 的构造器org.noear.solon.scheduling.scheduled.impl.JobBeanImpl
-
- jobExists(String) - 类 中的方法org.noear.solon.scheduling.scheduled.manager.AbstractJobManager
-
任务是否存在
- jobExists(String) - 接口 中的方法org.noear.solon.scheduling.scheduled.manager.IJobManager
-
任务是否存在
- JobExtractor - org.noear.solon.scheduling.scheduled.manager中的类
-
任务提取器
- JobExtractor(IJobManager) - 类 的构造器org.noear.solon.scheduling.scheduled.manager.JobExtractor
-
- jobGet(String) - 类 中的方法org.noear.solon.scheduling.scheduled.manager.AbstractJobManager
-
任务获取
- jobGet(String) - 接口 中的方法org.noear.solon.scheduling.scheduled.manager.IJobManager
-
任务获取
- JobHandler - org.noear.solon.scheduling.scheduled中的接口
-
任务处理器
- JobHolder - org.noear.solon.scheduling.scheduled中的类
-
任务持有人
- JobHolder(String, Scheduled, JobHandler) - 类 的构造器org.noear.solon.scheduling.scheduled.JobHolder
-
- jobMap - 类 中的变量org.noear.solon.scheduling.scheduled.manager.AbstractJobManager
-
- JobMethodImpl - org.noear.solon.scheduling.scheduled.impl中的类
-
Job 函数模式实现(支持注入)
- JobMethodImpl(BeanWrap, Method) - 类 的构造器org.noear.solon.scheduling.scheduled.impl.JobMethodImpl
-
- jobRemove(String) - 类 中的方法org.noear.solon.scheduling.scheduled.manager.AbstractJobManager
-
任务移除
- jobRemove(String) - 接口 中的方法org.noear.solon.scheduling.scheduled.manager.IJobManager
-
任务移除
- jobStart(String, Map<String, String>) - 接口 中的方法org.noear.solon.scheduling.scheduled.manager.IJobManager
-
任务开始
- jobStop(String) - 接口 中的方法org.noear.solon.scheduling.scheduled.manager.IJobManager
-
任务停止
- jobWrapDo(String, Scheduled, JobHandler) - 类 中的方法org.noear.solon.scheduling.scheduled.manager.AbstractJobManager
-
任务包装
M
- maxRetryCount(long) - 类 中的方法org.noear.solon.scheduling.retry.RetryableTask
-
最大重试次数
- method() - 接口 中的方法org.noear.solon.scheduling.retry.Callee
-
被调函数
- method() - 类 中的方法org.noear.solon.scheduling.retry.CalleeImpl
-
被调函数
N
- name - 类 中的变量org.noear.solon.scheduling.scheduled.JobHolder
-
- name(String) - 类 中的方法org.noear.solon.scheduling.ScheduledAnno
-
- name() - 类 中的方法org.noear.solon.scheduling.ScheduledAnno
-
O
- of(Callee) - 类 中的静态方法org.noear.solon.scheduling.retry.RetryableTask
-
创建重试任务
- org.noear.solon.scheduling - 程序包 org.noear.solon.scheduling
-
- org.noear.solon.scheduling.annotation - 程序包 org.noear.solon.scheduling.annotation
-
- org.noear.solon.scheduling.async - 程序包 org.noear.solon.scheduling.async
-
- org.noear.solon.scheduling.integration - 程序包 org.noear.solon.scheduling.integration
-
- org.noear.solon.scheduling.retry - 程序包 org.noear.solon.scheduling.retry
-
- org.noear.solon.scheduling.scheduled - 程序包 org.noear.solon.scheduling.scheduled
-
- org.noear.solon.scheduling.scheduled.impl - 程序包 org.noear.solon.scheduling.scheduled.impl
-
- org.noear.solon.scheduling.scheduled.manager - 程序包 org.noear.solon.scheduling.scheduled.manager
-
- org.noear.solon.scheduling.utils - 程序包 org.noear.solon.scheduling.utils
-
R
- Recover<T> - org.noear.solon.scheduling.retry中的接口
-
重试方法兜底接口
- recover(Callee, Throwable) - 接口 中的方法org.noear.solon.scheduling.retry.Recover
-
兜底处理
- recover(Callee, Throwable) - 类 中的方法org.noear.solon.scheduling.retry.RecoverDefault
-
- recover(Callee, Throwable) - 类 中的方法org.noear.solon.scheduling.retry.RecoverThrow
-
- recover(Recover<T>) - 类 中的方法org.noear.solon.scheduling.retry.RetryableTask
-
达到最大重试次数后执行的备用方法,入参是重试过程中的异常
- RecoverDefault<T> - org.noear.solon.scheduling.retry中的类
-
兜底接口默认实现
- RecoverDefault() - 类 的构造器org.noear.solon.scheduling.retry.RecoverDefault
-
- RecoverThrow<T> - org.noear.solon.scheduling.retry中的类
-
兜底接口抛异常实现
- RecoverThrow() - 类 的构造器org.noear.solon.scheduling.retry.RecoverThrow
-
- resetScheduled(ScheduledAnno) - 类 中的静态方法org.noear.solon.scheduling.utils.ScheduledHelper
-
- Retry - org.noear.solon.scheduling.annotation中的注释类型
-
重试执行注解
- RetryableTask<T> - org.noear.solon.scheduling.retry中的类
-
重试任务类
- retryForExcludes(Class<? extends Throwable>...) - 类 中的方法org.noear.solon.scheduling.retry.RetryableTask
-
- retryForIncludes(Class<? extends Throwable>...) - 类 中的方法org.noear.solon.scheduling.retry.RetryableTask
-
指定的异常类型需要重试
- RetryInterceptor - org.noear.solon.scheduling.retry中的类
-
重试方法拦截器
- RetryInterceptor(AopContext) - 类 的构造器org.noear.solon.scheduling.retry.RetryInterceptor
-
- run() - 类 中的方法org.noear.solon.scheduling.async.InvocationRunnable
-
S
- Scheduled - org.noear.solon.scheduling.annotation中的注释类型
-
定时任务注解
- scheduled - 类 中的变量org.noear.solon.scheduling.scheduled.JobHolder
-
- ScheduledAnno - org.noear.solon.scheduling中的类
-
Scheduled 模拟类
- ScheduledAnno() - 类 的构造器org.noear.solon.scheduling.ScheduledAnno
-
- ScheduledAnno(Scheduled) - 类 的构造器org.noear.solon.scheduling.ScheduledAnno
-
- ScheduledException - org.noear.solon.scheduling中的异常错误
-
计划任务异常
- ScheduledException(Throwable) - 异常错误 的构造器org.noear.solon.scheduling.ScheduledException
-
- ScheduledException(String, Throwable) - 异常错误 的构造器org.noear.solon.scheduling.ScheduledException
-
- ScheduledHelper - org.noear.solon.scheduling.utils中的类
-
调整助手
- ScheduledHelper() - 类 的构造器org.noear.solon.scheduling.utils.ScheduledHelper
-
- setAttachment(Object) - 类 中的方法org.noear.solon.scheduling.scheduled.JobHolder
-
- setData(Map<String, String>) - 类 中的方法org.noear.solon.scheduling.scheduled.JobHolder
-
- start(AopContext) - 类 中的方法org.noear.solon.scheduling.integration.XPluginImp
-
T
- target() - 接口 中的方法org.noear.solon.scheduling.retry.Callee
-
被调目标
- target() - 类 中的方法org.noear.solon.scheduling.retry.CalleeImpl
-
被调目标
U
- unit(TimeUnit) - 类 中的方法org.noear.solon.scheduling.retry.RetryableTask
-
设置间隔时间单位
X
- XPluginImp - org.noear.solon.scheduling.integration中的类
-
- XPluginImp() - 类 的构造器org.noear.solon.scheduling.integration.XPluginImp
-
Z
- zone(String) - 类 中的方法org.noear.solon.scheduling.ScheduledAnno
-
- zone() - 类 中的方法org.noear.solon.scheduling.ScheduledAnno
-
A C D E F G H I J M N O R S T U X Z
Copyright © 2023. All rights reserved.