接口的使用
com.alibaba.csp.sentinel.property.SentinelProperty
使用SentinelProperty的程序包
程序包
说明
-
com.alibaba.csp.sentinel.cluster中SentinelProperty的使用
-
com.alibaba.csp.sentinel.node中SentinelProperty的使用
修饰符和类型方法说明static voidIntervalProperty.register2Property(SentinelProperty<Integer> property) static voidOccupyTimeoutProperty.register2Property(SentinelProperty<Integer> property) static voidSampleCountProperty.register2Property(SentinelProperty<Integer> property) -
com.alibaba.csp.sentinel.property中SentinelProperty的使用
-
com.alibaba.csp.sentinel.slots.block.authority中SentinelProperty的使用
修饰符和类型方法说明static voidAuthorityRuleManager.register2Property(SentinelProperty<List<AuthorityRule>> property) -
com.alibaba.csp.sentinel.slots.block.degrade中SentinelProperty的使用
修饰符和类型方法说明static voidDefaultCircuitBreakerRuleManager.register2Property(SentinelProperty<List<DegradeRule>> property) Listen to theSentinelPropertyfor default circuit breaker rules.static voidDegradeRuleManager.register2Property(SentinelProperty<List<DegradeRule>> property) Listen to theSentinelPropertyforDegradeRules. -
com.alibaba.csp.sentinel.slots.block.flow中SentinelProperty的使用
修饰符和类型方法说明static voidFlowRuleManager.register2Property(SentinelProperty<List<FlowRule>> property) Listen to theSentinelPropertyforFlowRules. -
com.alibaba.csp.sentinel.slots.system中SentinelProperty的使用
修饰符和类型方法说明static voidSystemRuleManager.register2Property(SentinelProperty<List<SystemRule>> property) Listen to theSentinelPropertyforSystemRules.