Class GroupCapacity
- java.lang.Object
-
- com.alibaba.nacos.config.server.model.capacity.Capacity
-
- com.alibaba.nacos.config.server.model.capacity.GroupCapacity
-
public class GroupCapacity extends Capacity
Group Capacity- Author:
- hexu.hxy
-
-
Constructor Summary
Constructors Constructor Description GroupCapacity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetGroup()voidsetGroup(String group)-
Methods inherited from class com.alibaba.nacos.config.server.model.capacity.Capacity
getGmtCreate, getGmtModified, getId, getMaxAggrCount, getMaxAggrSize, getMaxSize, getQuota, getUsage, setGmtCreate, setGmtModified, setId, setMaxAggrCount, setMaxAggrSize, setMaxSize, setQuota, setUsage
-
-