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

A

add(ScheduleContext, TDistributedScheduleTask, ScheduleDetailContext) - 接口 中的方法com.github.houbb.distributed.task.api.core.IScheduleExecuteLogManage
add
addTask(TDistributedScheduleTask) - 接口 中的方法com.github.houbb.distributed.task.api.core.IScheduleTrigger
添加任务

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

editTask(String, TDistributedScheduleTask) - 接口 中的方法com.github.houbb.distributed.task.api.core.IScheduleTrigger
编辑任务
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(ScheduleContext, TDistributedScheduleTask, ScheduleDetailContext) - 接口 中的方法com.github.houbb.distributed.task.api.core.IScheduleExecuteLogManage
fail

G

getCreateTime() - 类 中的方法com.github.houbb.distributed.task.api.model.BaseScheduleEntity
 
getCreateUser() - 类 中的方法com.github.houbb.distributed.task.api.model.BaseScheduleEntity
 
getEndTime() - 类 中的方法com.github.houbb.distributed.task.api.core.ScheduleDetailContext
 
getException() - 类 中的方法com.github.houbb.distributed.task.api.core.ScheduleDetailContext
 
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
 
getExecuteIdVal() - 类 中的方法com.github.houbb.distributed.task.api.core.ScheduleDetailContext
 
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
 
getExtraMap() - 类 中的方法com.github.houbb.distributed.task.api.model.TDistributedScheduleTask
 
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
 
getScheduleTask() - 类 中的方法com.github.houbb.distributed.task.api.core.ScheduleContext
 
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
 
getStartTime() - 类 中的方法com.github.houbb.distributed.task.api.core.ScheduleDetailContext
 
getTaskContextValue() - 类 中的方法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
查询待执行的列表

R

removeTask(String) - 接口 中的方法com.github.houbb.distributed.task.api.core.IScheduleTrigger
删除任务

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
 
ScheduleDetailContext - com.github.houbb.distributed.task.api.core中的类
调度详情上下文
ScheduleDetailContext() - 类 的构造器com.github.houbb.distributed.task.api.core.ScheduleDetailContext
 
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
 
setEndTime(long) - 类 中的方法com.github.houbb.distributed.task.api.core.ScheduleDetailContext
 
setException(Exception) - 类 中的方法com.github.houbb.distributed.task.api.core.ScheduleDetailContext
 
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
 
setExecuteIdVal(String) - 类 中的方法com.github.houbb.distributed.task.api.core.ScheduleDetailContext
 
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
 
setExtraMap(Map<String, Object>) - 类 中的方法com.github.houbb.distributed.task.api.model.TDistributedScheduleTask
 
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
 
setScheduleTask(IScheduleTask) - 类 中的方法com.github.houbb.distributed.task.api.core.ScheduleContext
 
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
 
setStartTime(long) - 类 中的方法com.github.houbb.distributed.task.api.core.ScheduleDetailContext
 
setTaskContextValue(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(ScheduleContext, TDistributedScheduleTask, ScheduleDetailContext) - 接口 中的方法com.github.houbb.distributed.task.api.core.IScheduleExecuteLogManage
add

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.core.ScheduleDetailContext
 
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(TDistributedScheduleTask, Long) - 接口 中的方法com.github.houbb.distributed.task.api.core.IScheduleTaskManage
更新下一次的调度时间
A B C E F G H I Q R S T U 
跳过导航链接

Copyright © 2025. All rights reserved.