@Service public class JobRegistryServiceImpl extends com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<JobRegistryMapper,JobRegistry> implements IJobRegistryService
服务实现类
| 构造器和说明 |
|---|
JobRegistryServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<JobRegistry> |
findAll(int timeout,
Date nowTime) |
List<Integer> |
findDead(int deadTimeout,
Date date) |
Map<String,Set<String>> |
findRegisteredExecutor()
获取注册的有效执行器
|
void |
removeDead(List<Integer> ids) |
closeSqlSession, currentModelClass, executeBatch, executeBatch, executeBatch, getBaseMapper, getMap, getObj, getOne, retBool, saveBatch, saveOrUpdate, saveOrUpdateBatch, sqlSessionBatch, sqlStatement, updateBatchByIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, 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, updateByIdpublic List<JobRegistry> findAll(int timeout, Date nowTime)
findAll 在接口中 IJobRegistryServicepublic List<Integer> findDead(int deadTimeout, Date date)
findDead 在接口中 IJobRegistryServicepublic void removeDead(List<Integer> ids)
removeDead 在接口中 IJobRegistryServicepublic Map<String,Set<String>> findRegisteredExecutor()
findRegisteredExecutor 在接口中 IJobRegistryServicetimeout - nowTime - Copyright © 2022. All rights reserved.