Uses of Class
net.risesoft.api.persistence.model.job.Job
-
-
Uses of Job in net.risesoft.api.job
Methods in net.risesoft.api.job with parameters of type Job Modifier and Type Method Description voidTaskManager. addTask(Job job)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. endJob(Job job, Integer jobId)获取最早的等待中的任务进行执行booleanTaskManager. isBlock(Job job, String logId)voidJobTask. onChange(Job job)当任务改变时voidTaskManager. pollJob(Job job, Integer jobId)voidTaskManager. pushTask(Job job, JobLog jobLog)添加到待执行的任务管理器StringTaskExecutorService. startJob(Job job)StringTaskExecutorService. startJob(Job job, String server)启动任务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)Constructors in net.risesoft.api.job with parameters of type Job Constructor Description JobTask(Job job, TaskManager taskManager) -
Uses of Job in net.risesoft.api.job.actions
Methods in net.risesoft.api.job.actions with parameters of type Job Modifier and Type Method Description LResultJobAction. action(Job job, JobLog jobLog, TaskExecutorService taskExecutor, JobContext jobContext)执行步骤 -
Uses of Job in net.risesoft.api.job.actions.block
Methods in net.risesoft.api.job.actions.block with parameters of type Job 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 Job in net.risesoft.api.job.actions.dispatch
Methods in net.risesoft.api.job.actions.dispatch with parameters of type Job 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 Job in net.risesoft.api.job.actions.dispatch.executor
Methods in net.risesoft.api.job.actions.dispatch.executor with parameters of type Job 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 Job in net.risesoft.api.job.actions.dispatch.executor.impl
Methods in net.risesoft.api.job.actions.dispatch.executor.impl with parameters of type Job 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 Job in net.risesoft.api.job.actions.dispatch.method
Methods in net.risesoft.api.job.actions.dispatch.method with parameters of type Job Modifier and Type Method Description LResultDispatchActionManager. action(Job job, JobLog jobLog, TaskExecutorService taskExecutor, JobContext jobContext)protected List<org.springframework.cloud.client.ServiceInstance>AbstractDispatchAction. getService(Job job) -
Uses of Job in net.risesoft.api.job.actions.dispatch.method.impl
Methods in net.risesoft.api.job.actions.dispatch.method.impl with parameters of type Job 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 Job in net.risesoft.api.job.actions.start
Methods in net.risesoft.api.job.actions.start with parameters of type Job 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 Job in net.risesoft.api.listener
Methods in net.risesoft.api.listener with parameters of type Job Modifier and Type Method Description voidJobListener. endJob(Job job, JobLog jobLog) -
Uses of Job in net.risesoft.api.message
Methods in net.risesoft.api.message with parameters of type Job Modifier and Type Method Description voidMessageService. onJobEnd(Job job, JobLog jobLog)voidMessageService. onJobError(Job job)job 出错 -
Uses of Job in net.risesoft.api.message.impl
Methods in net.risesoft.api.message.impl with parameters of type Job Modifier and Type Method Description StringDefaultJobMessage. createContent(Job job)StringDefaultJobMessage. createTitle(Job job)voidDefaultMessageService. onJobEnd(Job job, JobLog jobLog)voidDefaultMessageService. onJobError(Job job) -
Uses of Job in net.risesoft.api.persistence.dao.job
Methods in net.risesoft.api.persistence.dao.job that return Job Modifier and Type Method Description JobJobDao. findByArgsAndTypeAndEnvironmentAndServiceId(String args, String type, String environment, String serviceId)JobJobDao. findById(Integer id)根据id 查找JobJobDao. findByJobIdAndUse(String serverId, Integer id)Methods in net.risesoft.api.persistence.dao.job that return types with arguments of type Job Modifier and Type Method Description List<Job>JobDao. findJobsByServiceId(String serviceId, String environment)List<Job>JobDao. findMiss(String instanceId)List<Job>JobDao. findMiss(String instanceId, Integer[] ids)拿到 不存在的List<Job>JobDao. findWatch(String watchServer, String environment, String serviceId)查找 排除 获取没有设置监控服务的 获取监控服务中List<Job>JobDao. searchJobByArgs(String args) -
Uses of Job in net.risesoft.api.persistence.job
Methods in net.risesoft.api.persistence.job that return Job Modifier and Type Method Description JobJobService. findByArgsAndTypeAndEnvironmentAndServiceId(String args, String type, String environment, String serviceId)根据相关字段信息获取实体JobJobService. findByJobId(Integer jobId)根据id获取任务JobJobService. findByJobIdAndUse(Integer id)根据id 查找获取可用的jobMethods in net.risesoft.api.persistence.job that return types with arguments of type Job Modifier and Type Method Description List<Job>JobService. findDispatchJob(String watchServer, String environment, String serviceId)获取到需要监控的List<Job>JobService. findJobsByServiceId(String serviceId, String environment)根据服务环境获取任务List<Job>JobService. findMiss(String instanceId, Integer[] ids, Map<Integer,JobTask> jobTask)查找不存在的List<Job>JobService. findWatch(String instanceId, String environment, String serviceId)查找当前服务监控net.risedata.jdbc.commons.LPage<Job>JobService. search(Job job, LPageable pageable, ConcurrentSecurity jurisdiction)分页查询任务List<Job>JobService. searchJobByArgs(String args)根据args参数查询数据Methods in net.risesoft.api.persistence.job with parameters of type Job Modifier and Type Method Description booleanJobService. saveJob(Job job)保存一个任务net.risedata.jdbc.commons.LPage<Job>JobService. search(Job job, LPageable pageable, ConcurrentSecurity jurisdiction)分页查询任务List<Map<String,Object>>JobService. searchJob(Job job, ConcurrentSecurity securityJurisdiction)获取所有任务返回描述和idList<String>JobService. searchJobService(Job job, ConcurrentSecurity securityJurisdiction)查询所有的任务名字 -
Uses of Job in net.risesoft.api.persistence.job.impl
Methods in net.risesoft.api.persistence.job.impl that return Job Modifier and Type Method Description JobJobServiceImpl. findByArgsAndTypeAndEnvironmentAndServiceId(String args, String type, String environment, String serviceId)JobJobServiceImpl. findByJobId(Integer jobId)JobJobServiceImpl. findByJobIdAndUse(Integer id)Methods in net.risesoft.api.persistence.job.impl that return types with arguments of type Job Modifier and Type Method Description List<Job>JobServiceImpl. findDispatchJob(String watchServer, String environment, String serviceId)List<Job>JobServiceImpl. findJobsByServiceId(String serviceId, String environment)List<Job>JobServiceImpl. findMiss(String instanceId, Integer[] ids, Map<Integer,JobTask> jobTask)List<Job>JobServiceImpl. findWatch(String instanceId, String environment, String serviceId)net.risedata.jdbc.commons.LPage<Job>JobServiceImpl. search(Job job, LPageable pageable, ConcurrentSecurity jurisdiction)List<Job>JobServiceImpl. searchJobByArgs(String args)Methods in net.risesoft.api.persistence.job.impl with parameters of type Job Modifier and Type Method Description booleanJobServiceImpl. saveJob(Job job)net.risedata.jdbc.commons.LPage<Job>JobServiceImpl. search(Job job, LPageable pageable, ConcurrentSecurity jurisdiction)List<Map<String,Object>>JobServiceImpl. searchJob(Job job, ConcurrentSecurity securityJurisdiction)List<String>JobServiceImpl. searchJobService(Job job, ConcurrentSecurity securityJurisdiction)
-