inflow group 추가

This commit is contained in:
yunjy-hp
2025-12-11 10:04:24 +09:00
parent 5274ce811d
commit 39244dc0df
8 changed files with 508 additions and 31 deletions
@@ -6,4 +6,9 @@ public interface Bucket {
public InflowTargetVO getAdapterInflowThreashold(String adapter);
public InflowTargetVO getInterfaceInflowThreashold(String inter);
public InflowTargetVO getInflowThreashold(String inter);
// 그룹 관련 메서드
public boolean isGroupPass(String groupId);
public InflowGroupVO getGroupInflowThreshold(String groupId);
public String getGroupIdByInterface(String interfaceId);
}