类 GroupConfigServiceImpl
java.lang.Object
com.aizuda.easy.retry.server.web.service.impl.GroupConfigServiceImpl
- 所有已实现的接口:
GroupConfigService
CRUD 组、场景、通知
- 从以下版本开始:
- 1.0.0
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明addGroup(UserSessionVO systemUser, GroupConfigRequestVO groupConfigRequestVO) getAllGroupConfigList(List<String> namespaceIds) getGroupConfigByGroupName(String groupName) getGroupConfigForPage(GroupConfigQueryVO queryVO) getOnlinePods(String groupName) updateGroup(GroupConfigRequestVO groupConfigRequestVO) updateGroupStatus(String groupName, Integer status)
-
构造器详细资料
-
GroupConfigServiceImpl
public GroupConfigServiceImpl()
-
-
方法详细资料
-
addGroup
@Transactional public Boolean addGroup(UserSessionVO systemUser, GroupConfigRequestVO groupConfigRequestVO) - 指定者:
addGroup在接口中GroupConfigService
-
updateGroup
- 指定者:
updateGroup在接口中GroupConfigService
-
updateGroupStatus
- 指定者:
updateGroupStatus在接口中GroupConfigService
-
getGroupConfigForPage
- 指定者:
getGroupConfigForPage在接口中GroupConfigService
-
getGroupConfigByGroupName
- 指定者:
getGroupConfigByGroupName在接口中GroupConfigService
-
getAllGroupConfigList
- 指定者:
getAllGroupConfigList在接口中GroupConfigService
-
getAllGroupNameList
- 指定者:
getAllGroupNameList在接口中GroupConfigService
-
getOnlinePods
- 指定者:
getOnlinePods在接口中GroupConfigService
-
getTablePartitionList
- 指定者:
getTablePartitionList在接口中GroupConfigService
-