public interface IJobInfoService extends com.baomidou.mybatisplus.extension.service.IService<JobInfo>
服务类
| 限定符和类型 | 方法和说明 |
|---|---|
ViewResult<String> |
add(JobInfo jobInfo)
add job
|
List<JobInfo> |
getJobsByGroup(Integer jobGroup) |
void |
remove(int id)
remove job
*
|
List<JobInfo> |
scheduleJobQuery(long l,
int preReadCount) |
void |
scheduleUpdate(JobInfo jobInfo) |
ViewResult<String> |
start(int id)
start job
|
ViewResult<String> |
stop(int id)
stop job
|
ViewResult<String> |
update(JobInfo jobInfo)
update job
|
count, count, getBaseMapper, getById, getMap, getObj, getOne, getOne, lambdaQuery, lambdaUpdate, list, list, listByIds, listByMap, listMaps, listMaps, listObjs, listObjs, listObjs, listObjs, page, page, pageMaps, pageMaps, query, remove, removeById, removeByIds, removeByMap, save, saveBatch, saveBatch, saveOrUpdate, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, update, update, update, updateBatchById, updateBatchById, updateByIdViewResult<String> add(JobInfo jobInfo)
jobInfo - void scheduleUpdate(JobInfo jobInfo)
ViewResult<String> update(JobInfo jobInfo)
jobInfo - void remove(int id)
id - ViewResult<String> start(int id)
id - ViewResult<String> stop(int id)
id - Copyright © 2022. All rights reserved.