Uses of Class
com.alibaba.nacos.config.server.constant.CounterMode
-
Packages that use CounterMode Package Description com.alibaba.nacos.config.server.constant com.alibaba.nacos.config.server.service.capacity -
-
Uses of CounterMode in com.alibaba.nacos.config.server.constant
Methods in com.alibaba.nacos.config.server.constant that return CounterMode Modifier and Type Method Description CounterModeCounterMode. reverse()static CounterModeCounterMode. valueOf(String name)Returns the enum constant of this type with the specified name.static CounterMode[]CounterMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CounterMode in com.alibaba.nacos.config.server.service.capacity
Methods in com.alibaba.nacos.config.server.service.capacity with parameters of type CounterMode Modifier and Type Method Description booleanCapacityService. insertAndUpdateClusterUsage(CounterMode counterMode, boolean ignoreQuotaLimit)集群:1.booleanCapacityService. insertAndUpdateGroupUsage(CounterMode counterMode, String group, boolean ignoreQuotaLimit)提供给关闭容量管理的限制检验功能时计数使用
Group:1.booleanCapacityService. insertAndUpdateTenantUsage(CounterMode counterMode, String tenant, boolean ignoreQuotaLimit)提供给关闭容量管理的限制检验功能时计数使用
租户: 1.booleanCapacityService. updateClusterUsage(CounterMode counterMode)booleanCapacityService. updateGroupUsage(CounterMode counterMode, String group)booleanCapacityService. updateTenantUsage(CounterMode counterMode, String tenant)
-