Class TenantCapacity
- java.lang.Object
-
- com.alibaba.nacos.config.server.model.capacity.Capacity
-
- com.alibaba.nacos.config.server.model.capacity.TenantCapacity
-
public class TenantCapacity extends Capacity
Tenant Capacity- Author:
- hexu.hxy
-
-
Constructor Summary
Constructors Constructor Description TenantCapacity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetTenant()voidsetTenant(String tenant)-
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
-
-