Uses of Class
com.alibaba.nacos.config.server.aspect.CapacityManagementAspect.LimitType
-
Packages that use CapacityManagementAspect.LimitType Package Description com.alibaba.nacos.config.server.aspect -
-
Uses of CapacityManagementAspect.LimitType in com.alibaba.nacos.config.server.aspect
Methods in com.alibaba.nacos.config.server.aspect that return CapacityManagementAspect.LimitType Modifier and Type Method Description static CapacityManagementAspect.LimitTypeCapacityManagementAspect.LimitType. valueOf(String name)Returns the enum constant of this type with the specified name.static CapacityManagementAspect.LimitType[]CapacityManagementAspect.LimitType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-