public interface IJobRegistryService extends com.baomidou.mybatisplus.extension.service.IService<JobRegistry>
服务类
| 限定符和类型 | 方法和说明 |
|---|---|
List<JobRegistry> |
findAll(int timeout,
Date nowTime) |
List<Integer> |
findDead(int deadTimeout,
Date date) |
Map<String,Set<String>> |
findRegisteredExecutor()
获取注册的有效执行器
|
void |
removeDead(List<Integer> ids) |
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, updateByIdCopyright © 2022. All rights reserved.