Uses of Enum Class
org.miaixz.bus.limiter.magic.StrategyMode
Packages that use StrategyMode
Package
Description
服务请求流量管控
流量管控
管控规则
-
Uses of StrategyMode in org.miaixz.bus.limiter
Methods in org.miaixz.bus.limiter that return StrategyModeMethods in org.miaixz.bus.limiter with parameters of type StrategyMode -
Uses of StrategyMode in org.miaixz.bus.limiter.magic
Methods in org.miaixz.bus.limiter.magic that return StrategyModeModifier and TypeMethodDescriptionstatic StrategyModeReturns the enum constant of this class with the specified name.static StrategyMode[]StrategyMode.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StrategyMode in org.miaixz.bus.limiter.metric
Methods in org.miaixz.bus.limiter.metric that return StrategyModeModifier and TypeMethodDescriptionFallbackProvider.get()MethodProvider.get()RequestProvider.get()Methods in org.miaixz.bus.limiter.metric that return types with arguments of type StrategyModeModifier and TypeMethodDescriptionstatic org.miaixz.bus.core.lang.tuple.Pair<StrategyMode, Annotation> MethodManager.getAnnoInfo(String name) Methods in org.miaixz.bus.limiter.metric with parameters of type StrategyModeModifier and TypeMethodDescriptionstatic ProviderStrategyManager.get(StrategyMode strategyMode) 获取规则执行者Method parameters in org.miaixz.bus.limiter.metric with type arguments of type StrategyModeModifier and TypeMethodDescriptionstatic voidMethodManager.addMethod(String name, org.miaixz.bus.core.lang.tuple.Pair<StrategyMode, Annotation> pair)