类的使用
com.alibaba.csp.sentinel.slots.block.AbstractRule
使用AbstractRule的程序包
程序包
说明
-
com.alibaba.csp.sentinel.slots.block中AbstractRule的使用
类型参数类型为AbstractRule的com.alibaba.csp.sentinel.slots.block中的方法修饰符和类型方法说明BlockException.getRule()AbstractRule.setLimitApp(String limitApp) AbstractRule.setRegex(boolean regex) AbstractRule.setResource(String resource) 修饰符和类型方法说明static booleanRuleManager.checkRegexResourceField(AbstractRule rule) Is valid regex rules限定符构造器说明BlockException(String ruleLimitApp, AbstractRule rule) BlockException(String ruleLimitApp, String message, AbstractRule rule) -
com.alibaba.csp.sentinel.slots.block.authority中AbstractRule的使用
-
com.alibaba.csp.sentinel.slots.block.degrade中AbstractRule的使用
修饰符和类型类说明classDegrade is used when the resources are in an unstable state, these resources will be degraded within the next defined time window. -
com.alibaba.csp.sentinel.slots.block.flow中AbstractRule的使用
修饰符和类型类说明classEach flow rule is mainly composed of three factors: grade, strategy and controlBehavior: -
com.alibaba.csp.sentinel.slots.system中AbstractRule的使用