agent接收数据类型调整匹配,完善资源模板管理、资源监控策略逻辑。
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
package com.ruoyi.rocketmq.mapper;
|
||||
|
||||
import java.util.List;
|
||||
import com.ruoyi.rocketmq.domain.RmMonitorTemplate;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* 监控模板Mapper接口
|
||||
*
|
||||
@@ -58,4 +60,6 @@ public interface RmMonitorTemplateMapper
|
||||
* @return 结果
|
||||
*/
|
||||
public int deleteRmMonitorTemplateByIds(Long[] ids);
|
||||
|
||||
List<Map> getAllTemplate();
|
||||
}
|
||||
|
||||
@@ -62,4 +62,6 @@ public interface RmTemplateLinuxMapper
|
||||
public int deleteRmTemplateLinuxByIds(Long[] ids);
|
||||
|
||||
void batchInsertRmTemplateLinux(@Param("list") List<RmTemplateLinux> linuxItems);
|
||||
|
||||
int deleteByTemplateId(Long templateId);
|
||||
}
|
||||
|
||||
@@ -66,4 +66,6 @@ public interface RmTemplateSwitchMapper
|
||||
* @param switchItems
|
||||
*/
|
||||
void batchInsertRmTemplateSwitch(@Param("list") List<RmTemplateSwitch> switchItems);
|
||||
|
||||
int deleteByTemplateId(Long templateId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user