跳过导航链接
A C E F G H I L N Q R S T U 

A

AbstractActuator<T> - cloud.agileframework.task中的类
 
AbstractActuator(ScheduledFuture<?>, T, ThreadPoolTaskScheduler) - 类 的构造器cloud.agileframework.task.AbstractActuator
 
add(CustomTask, HttpServletResponse) - 类 中的方法cloud.agileframework.task.controller.TaskController
 
add(Long, HttpServletResponse) - 类 中的方法cloud.agileframework.task.controller.TaskController
 

C

cancel() - 类 中的方法cloud.agileframework.task.AbstractActuator
 
cancel() - 接口 中的方法cloud.agileframework.task.TaskActuatorInterface
取消执行
cloud.agileframework.task - 程序包 cloud.agileframework.task
 
cloud.agileframework.task.config - 程序包 cloud.agileframework.task.config
 
cloud.agileframework.task.controller - 程序包 cloud.agileframework.task.controller
 
cloud.agileframework.task.exception - 程序包 cloud.agileframework.task.exception
 
cloud.agileframework.task.factory - 程序包 cloud.agileframework.task.factory
 
CustomTask - cloud.agileframework.task.controller中的类
 
CustomTask() - 类 的构造器cloud.agileframework.task.controller.CustomTask
 
customTaskServer(ApplicationContext, TaskService, TaskProxy) - 类 中的方法cloud.agileframework.task.config.TaskAutoConfiguration
 

E

enable(Long, boolean, HttpServletResponse) - 类 中的方法cloud.agileframework.task.controller.TaskController
 
enable(long, boolean) - 接口 中的方法cloud.agileframework.task.TaskService
启用/禁用
enable(long, boolean) - 类 中的方法cloud.agileframework.task.TaskServiceImpl
 
exceptionToString(Throwable) - 类 中的静态方法cloud.agileframework.task.TaskJob
异常转字符串

F

FIXED_DELAY - 类 中的静态变量cloud.agileframework.task.TaskManager
 
FIXED_RATE - 类 中的静态变量cloud.agileframework.task.TaskManager
 
FixedDelayActuator - cloud.agileframework.task中的类
 
FixedDelayActuator(ScheduledFuture<?>, Instant, ThreadPoolTaskScheduler) - 类 的构造器cloud.agileframework.task.FixedDelayActuator
 
FixedRateActuator - cloud.agileframework.task中的类
 
FixedRateActuator(ScheduledFuture<?>, Instant, ThreadPoolTaskScheduler) - 类 的构造器cloud.agileframework.task.FixedRateActuator
 

G

getActuators() - 类 中的方法cloud.agileframework.task.TaskInfo
 
getApi(String) - 类 中的静态方法cloud.agileframework.task.TaskManager
获取方法缓存
getArgument() - 类 中的方法cloud.agileframework.task.controller.CustomTask
 
getArgument() - 接口 中的方法cloud.agileframework.task.Task
任务入参
getCode() - 类 中的方法cloud.agileframework.task.controller.CustomTask
 
getCode() - 接口 中的方法cloud.agileframework.task.Task
取任务唯一标识
getCode() - 类 中的方法cloud.agileframework.task.TaskInfo
 
getCron() - 类 中的方法cloud.agileframework.task.controller.CustomTask
 
getCron() - 接口 中的方法cloud.agileframework.task.Task
取cron表达式
getEnable() - 类 中的方法cloud.agileframework.task.controller.CustomTask
 
getEnable() - 接口 中的方法cloud.agileframework.task.Task
是否可用
getEndTime() - 类 中的方法cloud.agileframework.task.RunDetail
 
getJob() - 类 中的方法cloud.agileframework.task.TaskInfo
 
getLog() - 类 中的方法cloud.agileframework.task.RunDetail
 
getMethod() - 类 中的方法cloud.agileframework.task.controller.CustomTask
 
getMethod() - 接口 中的方法cloud.agileframework.task.Task
取任务目标标识
getMethodName() - 类 中的方法cloud.agileframework.task.controller.CustomTask
 
getName() - 类 中的方法cloud.agileframework.task.controller.CustomTask
 
getName() - 接口 中的方法cloud.agileframework.task.Task
取任务名字
getScheduledFuture() - 类 中的方法cloud.agileframework.task.AbstractActuator
 
getStartTime() - 类 中的方法cloud.agileframework.task.RunDetail
 
getSync() - 类 中的方法cloud.agileframework.task.controller.CustomTask
 
getSync() - 接口 中的方法cloud.agileframework.task.Task
是否集群同步
getTask() - 类 中的方法cloud.agileframework.task.TaskJob
 
getTask() - 接口 中的方法cloud.agileframework.task.TaskService
取所有定时任务
getTask() - 类 中的方法cloud.agileframework.task.TaskServiceImpl
 
getTaskCode() - 类 中的方法cloud.agileframework.task.RunDetail
 
getThreadPoolTaskScheduler() - 类 中的方法cloud.agileframework.task.AbstractActuator
 
getTimeAbout() - 类 中的方法cloud.agileframework.task.AbstractActuator
 

H

hello(String) - 类 中的方法cloud.agileframework.task.controller.TaskController
 

I

InstantActuator - cloud.agileframework.task中的类
 
InstantActuator(ScheduledFuture<?>, Instant, ThreadPoolTaskScheduler) - 类 的构造器cloud.agileframework.task.InstantActuator
 
invoke() - 类 中的方法cloud.agileframework.task.TaskJob
逐个执行定时任务目标方法
invoke(Method, String, Task) - 类 中的方法cloud.agileframework.task.TaskProxy
 
isEnding() - 类 中的方法cloud.agileframework.task.RunDetail
 

L

logging(RunDetail) - 接口 中的方法cloud.agileframework.task.TaskService
记录运行日志
logging(RunDetail) - 类 中的方法cloud.agileframework.task.TaskServiceImpl
 

N

newThread(Runnable) - 类 中的方法cloud.agileframework.task.factory.TaskThreadFactory
 
nextExecutionTime() - 类 中的方法cloud.agileframework.task.FixedDelayActuator
 
nextExecutionTime() - 类 中的方法cloud.agileframework.task.FixedRateActuator
 
nextExecutionTime() - 类 中的方法cloud.agileframework.task.InstantActuator
 
nextExecutionTime() - 接口 中的方法cloud.agileframework.task.TaskActuatorInterface
取近期执行时间
nextExecutionTime() - 类 中的方法cloud.agileframework.task.TaskInfo
获取下一次执行时间
nextExecutionTime() - 类 中的方法cloud.agileframework.task.TriggerActuator
 
nextExecutionTimeByTaskCode(Long) - 类 中的静态方法cloud.agileframework.task.TaskManager
获取任务下一次执行时间
NotFoundTaskException - cloud.agileframework.task.exception中的异常错误
 
NotFoundTaskException() - 异常错误 的构造器cloud.agileframework.task.exception.NotFoundTaskException
 
NotFoundTaskException(String) - 异常错误 的构造器cloud.agileframework.task.exception.NotFoundTaskException
 
NotFoundTaskException(String, Throwable) - 异常错误 的构造器cloud.agileframework.task.exception.NotFoundTaskException
 
NotFoundTaskException(Throwable) - 异常错误 的构造器cloud.agileframework.task.exception.NotFoundTaskException
 
NotFoundTaskException(String, Throwable, boolean, boolean) - 异常错误 的构造器cloud.agileframework.task.exception.NotFoundTaskException
 

Q

query(Long, HttpServletResponse) - 类 中的方法cloud.agileframework.task.controller.TaskController
 
query(HttpServletResponse) - 类 中的方法cloud.agileframework.task.controller.TaskController
 

R

remove(long) - 接口 中的方法cloud.agileframework.task.TaskService
删除定时任务
remove(long) - 类 中的方法cloud.agileframework.task.TaskServiceImpl
 
removeTask(Long) - 类 中的方法cloud.agileframework.task.TaskManager
删除定时任务
removeTaskByMethod(Method) - 类 中的方法cloud.agileframework.task.TaskManager
 
reStart(TaskJob) - 类 中的方法cloud.agileframework.task.FixedDelayActuator
 
reStart(TaskJob) - 类 中的方法cloud.agileframework.task.FixedRateActuator
 
reStart(TaskJob) - 类 中的方法cloud.agileframework.task.InstantActuator
 
reStart(TaskJob) - 接口 中的方法cloud.agileframework.task.TaskActuatorInterface
重启
reStart(Long) - 类 中的静态方法cloud.agileframework.task.TaskManager
启动定时任务
reStart(TaskJob) - 类 中的方法cloud.agileframework.task.TriggerActuator
 
run() - 类 中的方法cloud.agileframework.task.TaskJob
 
run(ApplicationArguments) - 类 中的方法cloud.agileframework.task.TaskManager
spring容器初始化时初始化全部定时任务
RunDetail - cloud.agileframework.task中的类
 
RunDetail() - 类 的构造器cloud.agileframework.task.RunDetail
 
running(long) - 接口 中的方法cloud.agileframework.task.TaskService
运行
running(long) - 类 中的方法cloud.agileframework.task.TaskServiceImpl
 

S

saveOrUpdate(Task) - 接口 中的方法cloud.agileframework.task.TaskService
保存或更新任务和对应的任务列表
saveOrUpdate(Task) - 类 中的方法cloud.agileframework.task.TaskServiceImpl
 
setActuators(List<TaskActuatorInterface>) - 类 中的方法cloud.agileframework.task.TaskInfo
 
setApplicationContext(ApplicationContext) - 类 中的方法cloud.agileframework.task.TaskProxy
 
setArgument(String) - 类 中的方法cloud.agileframework.task.controller.CustomTask
 
setCode(Long) - 类 中的方法cloud.agileframework.task.controller.CustomTask
 
setCron(String) - 类 中的方法cloud.agileframework.task.controller.CustomTask
 
setEnable(boolean) - 类 中的方法cloud.agileframework.task.controller.CustomTask
 
setEnding(boolean) - 类 中的方法cloud.agileframework.task.RunDetail
 
setEndTime(Date) - 类 中的方法cloud.agileframework.task.RunDetail
 
setLog(StringBuilder) - 类 中的方法cloud.agileframework.task.RunDetail
 
setMethodName(String) - 类 中的方法cloud.agileframework.task.controller.CustomTask
 
setName(String) - 类 中的方法cloud.agileframework.task.controller.CustomTask
 
setNxLock(long, Date) - 接口 中的方法cloud.agileframework.task.TaskService
获取分布式锁
setNxLock(long, Date) - 类 中的方法cloud.agileframework.task.TaskServiceImpl
 
setScheduledFuture(ScheduledFuture<?>) - 类 中的方法cloud.agileframework.task.AbstractActuator
 
setStartTime(Date) - 类 中的方法cloud.agileframework.task.RunDetail
 
setSync(boolean) - 类 中的方法cloud.agileframework.task.controller.CustomTask
 
setTaskCode(Long) - 类 中的方法cloud.agileframework.task.RunDetail
 
start() - 类 中的方法cloud.agileframework.task.TaskInfo
启动
startTask(long) - 类 中的方法cloud.agileframework.task.TaskManager
 
stop() - 类 中的方法cloud.agileframework.task.TaskInfo
任务停止
stopTask(Long) - 类 中的方法cloud.agileframework.task.TaskManager
停止定时任务
suspend(long) - 接口 中的方法cloud.agileframework.task.TaskService
暂停
suspend(long) - 类 中的方法cloud.agileframework.task.TaskServiceImpl
 

T

Task - cloud.agileframework.task中的接口
 
TaskActuatorInterface - cloud.agileframework.task中的接口
 
TaskAutoConfiguration - cloud.agileframework.task.config中的类
描述: 创建时间:2018/11/29
TaskAutoConfiguration() - 类 的构造器cloud.agileframework.task.config.TaskAutoConfiguration
 
taskController() - 类 中的方法cloud.agileframework.task.config.TaskAutoConfiguration
 
TaskController - cloud.agileframework.task.controller中的类
 
TaskController() - 类 的构造器cloud.agileframework.task.controller.TaskController
 
TaskInfo - cloud.agileframework.task中的类
 
TaskInfo(List<TaskActuatorInterface>, TaskJob) - 类 的构造器cloud.agileframework.task.TaskInfo
 
TaskJob - cloud.agileframework.task中的类
 
TaskJob(TaskService, TaskProxy, Task) - 类 的构造器cloud.agileframework.task.TaskJob
 
TaskManager - cloud.agileframework.task中的类
 
TaskManager(ApplicationContext, TaskService, TaskProxy) - 类 的构造器cloud.agileframework.task.TaskManager
 
taskProxy() - 类 中的方法cloud.agileframework.task.config.TaskAutoConfiguration
 
TaskProxy - cloud.agileframework.task中的类
 
TaskProxy() - 类 的构造器cloud.agileframework.task.TaskProxy
 
taskService() - 类 中的方法cloud.agileframework.task.config.TaskAutoConfiguration
 
TaskService - cloud.agileframework.task中的接口
 
TaskServiceImpl - cloud.agileframework.task中的类
 
TaskServiceImpl() - 类 的构造器cloud.agileframework.task.TaskServiceImpl
 
TaskThreadFactory - cloud.agileframework.task.factory中的类
 
TaskThreadFactory(String) - 类 的构造器cloud.agileframework.task.factory.TaskThreadFactory
 
toString() - 类 中的方法cloud.agileframework.task.controller.CustomTask
 
TriggerActuator - cloud.agileframework.task中的类
 
TriggerActuator(ScheduledFuture<?>, Trigger, ThreadPoolTaskScheduler) - 类 的构造器cloud.agileframework.task.TriggerActuator
 

U

unLock(long) - 接口 中的方法cloud.agileframework.task.TaskService
解锁同步任务
unLock(long) - 类 中的方法cloud.agileframework.task.TaskServiceImpl
 
update(CustomTask, HttpServletResponse) - 类 中的方法cloud.agileframework.task.controller.TaskController
 
updateTask(Task) - 类 中的方法cloud.agileframework.task.TaskManager
添加/更新定时任务
A C E F G H I L N Q R S T U 
跳过导航链接

Copyright © 2022. All rights reserved.