Uses of Class
org.apache.shenyu.common.enums.LoadBalanceEnum
-
Packages that use LoadBalanceEnum Package Description org.apache.shenyu.common.constant org.apache.shenyu.common.enums -
-
Uses of LoadBalanceEnum in org.apache.shenyu.common.constant
Fields in org.apache.shenyu.common.constant declared as LoadBalanceEnum Modifier and Type Field Description static LoadBalanceEnumRuleHandleConstants. DEFAULT_LOAD_BALANCEDefault load balance for RuleHandle. -
Uses of LoadBalanceEnum in org.apache.shenyu.common.enums
Methods in org.apache.shenyu.common.enums that return LoadBalanceEnum Modifier and Type Method Description static LoadBalanceEnumLoadBalanceEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LoadBalanceEnum[]LoadBalanceEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-