Uses of Class
net.risesoft.api.persistence.model.job.JobLog
-
-
Uses of JobLog in net.risesoft.api.job
Methods in net.risesoft.api.job with parameters of type JobLog Modifier and Type Method Description voidTaskExecutorService. endJob(Job job, JobLog jobLog, Integer status, String msg, String result, JobContext jobContext)结束任务voidTaskExecutorService. endJob(Job job, JobLog jobLog, Integer status, String msg, JobContext jobContext)结束任务voidTaskManager. pushTask(Job job, JobLog jobLog)添加到待执行的任务管理器voidTaskExecutorService. startJob(Job job, JobLog jobLog, JobContext jobContext)voidTaskExecutorService. successJob(Job job, JobLog jobLog, String msg, String result, JobContext jobContext)结束任务LResultTaskExecutorService. toAction(Class<? extends JobAction> actionClass, Job job, JobLog jobLog, JobContext jobContext) -
Uses of JobLog in net.risesoft.api.job.actions
Methods in net.risesoft.api.job.actions with parameters of type JobLog Modifier and Type Method Description LResultJobAction. action(Job job, JobLog jobLog, TaskExecutorService taskExecutor, JobContext jobContext)执行步骤 -
Uses of JobLog in net.risesoft.api.job.actions.block
Methods in net.risesoft.api.job.actions.block with parameters of type JobLog Modifier and Type Method Description LResultBlockActionManager. action(Job job, JobLog jobLog, TaskExecutorService taskExecutor, JobContext jobContext)LResultDiscardAction. action(Job job, JobLog jobLog, TaskExecutorService taskExecutor, JobContext JobContext)LResultParallelAction. action(Job job, JobLog jobLog, TaskExecutorService taskExecutor, JobContext JobContext)LResultSerialAction. action(Job job, JobLog jobLog, TaskExecutorService taskExecutor, JobContext JobContext) -
Uses of JobLog in net.risesoft.api.job.actions.dispatch
Methods in net.risesoft.api.job.actions.dispatch with parameters of type JobLog Modifier and Type Method Description ResultExecutorAction. action(Job job, JobLog jobLog, Map<String,Object> args, org.springframework.cloud.client.ServiceInstance iServiceInstance, JobContext jobContext, DoBalance doBalance)执行步骤 -
Uses of JobLog in net.risesoft.api.job.actions.dispatch.executor
Methods in net.risesoft.api.job.actions.dispatch.executor with parameters of type JobLog Modifier and Type Method Description ResultExecutorActionManager. action(Job job, JobLog jobLog, Map<String,Object> args, org.springframework.cloud.client.ServiceInstance iServiceInstance, JobContext jobContext, DoBalance doBalance) -
Uses of JobLog in net.risesoft.api.job.actions.dispatch.executor.impl
Methods in net.risesoft.api.job.actions.dispatch.executor.impl with parameters of type JobLog Modifier and Type Method Description ResultHttpExecutorAction. action(Job job, JobLog jobLog, Map<String,Object> args, org.springframework.cloud.client.ServiceInstance iServiceInstance, JobContext jobContext, DoBalance doBalance)ResultJobExecutorAction. action(Job job, JobLog jobLog, Map<String,Object> args, org.springframework.cloud.client.ServiceInstance iServiceInstance, JobContext jobContext, DoBalance doBalance)ResultLocalExecutorAction. action(Job job, JobLog jobLog, Map<String,Object> args, org.springframework.cloud.client.ServiceInstance iServiceInstance, JobContext jobContext, DoBalance doBalance) -
Uses of JobLog in net.risesoft.api.job.actions.dispatch.method
Methods in net.risesoft.api.job.actions.dispatch.method with parameters of type JobLog Modifier and Type Method Description LResultDispatchActionManager. action(Job job, JobLog jobLog, TaskExecutorService taskExecutor, JobContext jobContext) -
Uses of JobLog in net.risesoft.api.job.actions.dispatch.method.impl
Methods in net.risesoft.api.job.actions.dispatch.method.impl with parameters of type JobLog Modifier and Type Method Description LResultAssignAction. action(Job job, JobLog jobLog, TaskExecutorService taskExecutor, JobContext jobContext)LResultBalanceAction. action(Job job, JobLog jobLog, TaskExecutorService taskExecutor, JobContext jobContext)LResultBroadcastAction. action(Job job, JobLog jobLog, TaskExecutorService taskExecutor, JobContext jobContext)LResultErrorTransferAction. action(Job job, JobLog jobLog, TaskExecutorService taskExecutor, JobContext jobContext)LResultFirstAction. action(Job job, JobLog jobLog, TaskExecutorService taskExecutor, JobContext jobContext)LResultPolltAction. action(Job job, JobLog jobLog, TaskExecutorService taskExecutor, JobContext jobContext)LResultRandomAction. action(Job job, JobLog jobLog, TaskExecutorService taskExecutor, JobContext jobContext) -
Uses of JobLog in net.risesoft.api.job.actions.start
Methods in net.risesoft.api.job.actions.start with parameters of type JobLog Modifier and Type Method Description LResultStartJobAction. action(Job job, JobLog jobLog, TaskExecutorService taskExecutor, JobContext jobContext)LResultStartJobChildrenAction. action(Job job, JobLog jobLog, TaskExecutorService taskExecutor, JobContext jobContext) -
Uses of JobLog in net.risesoft.api.listener
Methods in net.risesoft.api.listener with parameters of type JobLog Modifier and Type Method Description voidJobListener. endJob(Job job, JobLog jobLog) -
Uses of JobLog in net.risesoft.api.message
Methods in net.risesoft.api.message with parameters of type JobLog Modifier and Type Method Description voidMessageService. onJobEnd(Job job, JobLog jobLog) -
Uses of JobLog in net.risesoft.api.message.impl
Methods in net.risesoft.api.message.impl with parameters of type JobLog Modifier and Type Method Description voidDefaultMessageService. onJobEnd(Job job, JobLog jobLog) -
Uses of JobLog in net.risesoft.api.persistence.dao.job
Methods in net.risesoft.api.persistence.dao.job that return JobLog Modifier and Type Method Description JobLogJobLogDao. findById(String id)JobLogJobLogDao. findDownJob(Integer id)JobLogJobLogDao. findDownJob(Integer id, List<String> logs)JobLogJobLogDao. pollJob(Integer jobId)获取最早的任务JobLogJobLogDao. pollJob(Integer jobId, Long time)获取一段时间内有效的任务Methods in net.risesoft.api.persistence.dao.job that return types with arguments of type JobLog Modifier and Type Method Description List<JobLog>JobLogDao. findDownJobs(Integer id)List<JobLog>JobLogDao. findDownJobs(Integer id, List<String> logs) -
Uses of JobLog in net.risesoft.api.persistence.job
Methods in net.risesoft.api.persistence.job that return JobLog Modifier and Type Method Description JobLogJobLogService. findById(String id)根据id 查找JobLogJobLogService. findDownJob(Integer id, List<String> logs)获取到因为掉线没执行的jobJobLogJobLogService. pollJob(Integer jobId, int timeOut)获取最早在排队的任务进行调度Methods in net.risesoft.api.persistence.job that return types with arguments of type JobLog Modifier and Type Method Description List<JobLog>JobLogService. findDownJobs(Integer id, List<String> logs)拿到当前job在运行中的Methods in net.risesoft.api.persistence.job with parameters of type JobLog Modifier and Type Method Description booleanJobLogService. saveLog(JobLog jobLog)保存日志net.risedata.jdbc.commons.LPage<Map<String,Object>>JobLogService. search(JobLog job, LPageable page, ConcurrentSecurity securityJurisdiction, String jobType, Integer[] jobIds)查询日志 -
Uses of JobLog in net.risesoft.api.persistence.job.impl
Methods in net.risesoft.api.persistence.job.impl that return JobLog Modifier and Type Method Description JobLogJobLogServiceImpl. findById(String id)JobLogJobLogServiceImpl. findDownJob(Integer id, List<String> logs)JobLogJobLogServiceImpl. pollJob(Integer jobId, int timeOut)Methods in net.risesoft.api.persistence.job.impl that return types with arguments of type JobLog Modifier and Type Method Description List<JobLog>JobLogServiceImpl. findDownJobs(Integer id, List<String> logs)Methods in net.risesoft.api.persistence.job.impl with parameters of type JobLog Modifier and Type Method Description booleanJobLogServiceImpl. saveLog(JobLog jobLog)net.risedata.jdbc.commons.LPage<Map<String,Object>>JobLogServiceImpl. search(JobLog job, LPageable page, ConcurrentSecurity securityJurisdiction, String jobType, Integer[] jobIds)
-