A B C E F G H I Q S T U
A
- add(TDistributedScheduleExecuteLog) - 接口 中的方法com.github.houbb.distributed.task.api.core.IScheduleExecuteLogManage
-
增加
B
- BaseScheduleEntity - com.github.houbb.distributed.task.api.model中的类
-
- BaseScheduleEntity() - 类 的构造器com.github.houbb.distributed.task.api.model.BaseScheduleEntity
-
C
- com.github.houbb.distributed.task.api - 程序包 com.github.houbb.distributed.task.api
-
- com.github.houbb.distributed.task.api.core - 程序包 com.github.houbb.distributed.task.api.core
-
- com.github.houbb.distributed.task.api.model - 程序包 com.github.houbb.distributed.task.api.model
-
E
- equals(Object) - 类 中的方法com.github.houbb.distributed.task.api.model.TDistributedScheduleTask
-
- error(ScheduleContext, TDistributedScheduleTask, Exception) - 接口 中的方法com.github.houbb.distributed.task.api.core.IScheduleExecutorErrorHandler
-
执行
- error(ScheduleContext, Exception) - 接口 中的方法com.github.houbb.distributed.task.api.core.IScheduleTriggerErrorHandler
-
异常处理
- execute(ScheduleContext, TDistributedScheduleTask) - 接口 中的方法com.github.houbb.distributed.task.api.core.IScheduleExecutor
-
执行
F
- fail(String, long, String) - 接口 中的方法com.github.houbb.distributed.task.api.core.IScheduleExecuteLogManage
-
执行失败
G
- getCreateTime() - 类 中的方法com.github.houbb.distributed.task.api.model.BaseScheduleEntity
-
- getCreateUser() - 类 中的方法com.github.houbb.distributed.task.api.model.BaseScheduleEntity
-
- getExceptionInfo() - 类 中的方法com.github.houbb.distributed.task.api.model.TDistributedScheduleExecuteLog
-
- getExecuteEndTime() - 类 中的方法com.github.houbb.distributed.task.api.model.TDistributedScheduleExecuteLog
-
- getExecuteId() - 类 中的方法com.github.houbb.distributed.task.api.core.ScheduleContext
-
- getExecuteId() - 类 中的方法com.github.houbb.distributed.task.api.core.ScheduleTaskContext
-
- getExecuteStartTime() - 类 中的方法com.github.houbb.distributed.task.api.model.TDistributedScheduleExecuteLog
-
- getExecuteStatus() - 类 中的方法com.github.houbb.distributed.task.api.model.TDistributedScheduleExecuteLog
-
- getExecuteUid() - 类 中的方法com.github.houbb.distributed.task.api.model.TDistributedScheduleExecuteLog
-
- getId() - 类 中的方法com.github.houbb.distributed.task.api.model.BaseScheduleEntity
-
- getLock() - 类 中的方法com.github.houbb.distributed.task.api.core.ScheduleContext
-
- getLock() - 类 中的方法com.github.houbb.distributed.task.api.core.ScheduleTaskContext
-
- getScheduleExecuteLogManage() - 类 中的方法com.github.houbb.distributed.task.api.core.ScheduleContext
-
- getScheduleExecutor() - 类 中的方法com.github.houbb.distributed.task.api.core.ScheduleContext
-
- getScheduleNextTime() - 类 中的方法com.github.houbb.distributed.task.api.model.TDistributedScheduleTask
-
- getScheduleTaskManage() - 类 中的方法com.github.houbb.distributed.task.api.core.ScheduleContext
-
- getScheduleType() - 类 中的方法com.github.houbb.distributed.task.api.model.TDistributedScheduleTask
-
- getScheduleUnit() - 类 中的方法com.github.houbb.distributed.task.api.model.TDistributedScheduleTask
-
- getScheduleValue() - 类 中的方法com.github.houbb.distributed.task.api.model.TDistributedScheduleTask
-
- getTaskClassName() - 类 中的方法com.github.houbb.distributed.task.api.model.TDistributedScheduleTask
-
- getTaskContextValue() - 类 中的方法com.github.houbb.distributed.task.api.model.TDistributedScheduleTask
-
- getTaskStatus() - 类 中的方法com.github.houbb.distributed.task.api.model.TDistributedScheduleTask
-
- getTaskUid() - 类 中的方法com.github.houbb.distributed.task.api.core.ScheduleTaskContext
-
- getTaskUid() - 类 中的方法com.github.houbb.distributed.task.api.model.TDistributedScheduleExecuteLog
-
- getTaskUid() - 类 中的方法com.github.houbb.distributed.task.api.model.TDistributedScheduleTask
-
- getUpdateTime() - 类 中的方法com.github.houbb.distributed.task.api.model.BaseScheduleEntity
-
- getUpdateUser() - 类 中的方法com.github.houbb.distributed.task.api.model.BaseScheduleEntity
-
- getValue() - 类 中的方法com.github.houbb.distributed.task.api.core.ScheduleTaskContext
-
H
- hashCode() - 类 中的方法com.github.houbb.distributed.task.api.model.TDistributedScheduleTask
-
I
- IScheduleExecuteLogManage - com.github.houbb.distributed.task.api.core中的接口
-
执行日志的管理
- IScheduleExecutor - com.github.houbb.distributed.task.api.core中的接口
-
任务执行器
- IScheduleExecutorErrorHandler - com.github.houbb.distributed.task.api.core中的接口
-
任务执行器
- IScheduleShutdown - com.github.houbb.distributed.task.api.core中的接口
-
关闭服务
- IScheduleTask - com.github.houbb.distributed.task.api.core中的接口
-
任务信息的管理
add
remove
edit
detail
list
添加对应的日志
1.
- IScheduleTaskManage - com.github.houbb.distributed.task.api.core中的接口
-
调度任务管理
- IScheduleTrigger - com.github.houbb.distributed.task.api.core中的接口
-
定时调度触发
- IScheduleTriggerErrorHandler - com.github.houbb.distributed.task.api.core中的接口
-
定时调度触发
Q
- queryEnableList() - 接口 中的方法com.github.houbb.distributed.task.api.core.IScheduleTaskManage
-
查询所有有效得任务列表
- queryExecutableList() - 接口 中的方法com.github.houbb.distributed.task.api.core.IScheduleTaskManage
-
查询待执行的列表
S
- schedule(ScheduleContext, TDistributedScheduleTask) - 接口 中的方法com.github.houbb.distributed.task.api.core.IScheduleTask
-
调度执行任务
- ScheduleContext - com.github.houbb.distributed.task.api.core中的类
-
调度上下文
- ScheduleContext() - 类 的构造器com.github.houbb.distributed.task.api.core.ScheduleContext
-
- ScheduleTaskContext - com.github.houbb.distributed.task.api.core中的类
-
调度任务上下文
- ScheduleTaskContext() - 类 的构造器com.github.houbb.distributed.task.api.core.ScheduleTaskContext
-
- setCreateTime(Date) - 类 中的方法com.github.houbb.distributed.task.api.model.BaseScheduleEntity
-
- setCreateUser(String) - 类 中的方法com.github.houbb.distributed.task.api.model.BaseScheduleEntity
-
- setExceptionInfo(String) - 类 中的方法com.github.houbb.distributed.task.api.model.TDistributedScheduleExecuteLog
-
- setExecuteEndTime(Long) - 类 中的方法com.github.houbb.distributed.task.api.model.TDistributedScheduleExecuteLog
-
- setExecuteId(Id) - 类 中的方法com.github.houbb.distributed.task.api.core.ScheduleContext
-
- setExecuteId(Id) - 类 中的方法com.github.houbb.distributed.task.api.core.ScheduleTaskContext
-
- setExecuteStartTime(Long) - 类 中的方法com.github.houbb.distributed.task.api.model.TDistributedScheduleExecuteLog
-
- setExecuteStatus(String) - 类 中的方法com.github.houbb.distributed.task.api.model.TDistributedScheduleExecuteLog
-
- setExecuteUid(String) - 类 中的方法com.github.houbb.distributed.task.api.model.TDistributedScheduleExecuteLog
-
- setId(Integer) - 类 中的方法com.github.houbb.distributed.task.api.model.BaseScheduleEntity
-
- setLock(ILock) - 类 中的方法com.github.houbb.distributed.task.api.core.ScheduleContext
-
- setLock(ILock) - 类 中的方法com.github.houbb.distributed.task.api.core.ScheduleTaskContext
-
- setScheduleExecuteLogManage(IScheduleExecuteLogManage) - 类 中的方法com.github.houbb.distributed.task.api.core.ScheduleContext
-
- setScheduleExecutor(IScheduleExecutor) - 类 中的方法com.github.houbb.distributed.task.api.core.ScheduleContext
-
- setScheduleNextTime(Long) - 类 中的方法com.github.houbb.distributed.task.api.model.TDistributedScheduleTask
-
- setScheduleTaskManage(IScheduleTaskManage) - 类 中的方法com.github.houbb.distributed.task.api.core.ScheduleContext
-
- setScheduleType(String) - 类 中的方法com.github.houbb.distributed.task.api.model.TDistributedScheduleTask
-
- setScheduleUnit(String) - 类 中的方法com.github.houbb.distributed.task.api.model.TDistributedScheduleTask
-
- setScheduleValue(String) - 类 中的方法com.github.houbb.distributed.task.api.model.TDistributedScheduleTask
-
- setTaskClassName(String) - 类 中的方法com.github.houbb.distributed.task.api.model.TDistributedScheduleTask
-
- setTaskContextValue(String) - 类 中的方法com.github.houbb.distributed.task.api.model.TDistributedScheduleTask
-
- setTaskStatus(String) - 类 中的方法com.github.houbb.distributed.task.api.model.TDistributedScheduleTask
-
- setTaskUid(String) - 类 中的方法com.github.houbb.distributed.task.api.core.ScheduleTaskContext
-
- setTaskUid(String) - 类 中的方法com.github.houbb.distributed.task.api.model.TDistributedScheduleExecuteLog
-
- setTaskUid(String) - 类 中的方法com.github.houbb.distributed.task.api.model.TDistributedScheduleTask
-
- setUpdateTime(Date) - 类 中的方法com.github.houbb.distributed.task.api.model.BaseScheduleEntity
-
- setUpdateUser(String) - 类 中的方法com.github.houbb.distributed.task.api.model.BaseScheduleEntity
-
- setValue(String) - 类 中的方法com.github.houbb.distributed.task.api.core.ScheduleTaskContext
-
- shutdown() - 接口 中的方法com.github.houbb.distributed.task.api.core.IScheduleShutdown
-
服务停止
- success(String, long) - 接口 中的方法com.github.houbb.distributed.task.api.core.IScheduleExecuteLogManage
-
执行成功
T
- TDistributedScheduleExecuteLog - com.github.houbb.distributed.task.api.model中的类
-
执行日志
- TDistributedScheduleExecuteLog() - 类 的构造器com.github.houbb.distributed.task.api.model.TDistributedScheduleExecuteLog
-
- TDistributedScheduleTask - com.github.houbb.distributed.task.api.model中的类
-
- TDistributedScheduleTask() - 类 的构造器com.github.houbb.distributed.task.api.model.TDistributedScheduleTask
-
- toString() - 类 中的方法com.github.houbb.distributed.task.api.model.BaseScheduleEntity
-
- toString() - 类 中的方法com.github.houbb.distributed.task.api.model.TDistributedScheduleExecuteLog
-
- toString() - 类 中的方法com.github.houbb.distributed.task.api.model.TDistributedScheduleTask
-
- trigger(ScheduleContext) - 接口 中的方法com.github.houbb.distributed.task.api.core.IScheduleTrigger
-
初始化
U
- updateScheduleNextTime(String, Long) - 接口 中的方法com.github.houbb.distributed.task.api.core.IScheduleTaskManage
-
更新下一次的调度时间
A B C E F G H I Q S T U
Copyright © 2024. All rights reserved.