Uses of Class
io.envoyproxy.envoy.config.core.v3.RoutingPriority
-
Packages that use RoutingPriority Package Description io.envoyproxy.envoy.config.cluster.v3 io.envoyproxy.envoy.config.core.v3 io.envoyproxy.envoy.config.route.v3 -
-
Uses of RoutingPriority in io.envoyproxy.envoy.config.cluster.v3
Methods in io.envoyproxy.envoy.config.cluster.v3 that return RoutingPriority Modifier and Type Method Description RoutingPriorityCircuitBreakers.Thresholds.Builder. getPriority()The :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>` the specified CircuitBreaker settings apply to.RoutingPriorityCircuitBreakers.Thresholds. getPriority()The :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>` the specified CircuitBreaker settings apply to.RoutingPriorityCircuitBreakers.ThresholdsOrBuilder. getPriority()The :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>` the specified CircuitBreaker settings apply to.Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type RoutingPriority Modifier and Type Method Description CircuitBreakers.Thresholds.BuilderCircuitBreakers.Thresholds.Builder. setPriority(RoutingPriority value)The :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>` the specified CircuitBreaker settings apply to. -
Uses of RoutingPriority in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return RoutingPriority Modifier and Type Method Description static RoutingPriorityRoutingPriority. forNumber(int value)static RoutingPriorityRoutingPriority. valueOf(int value)Deprecated.static RoutingPriorityRoutingPriority. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static RoutingPriorityRoutingPriority. valueOf(String name)Returns the enum constant of this type with the specified name.static RoutingPriority[]RoutingPriority. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type RoutingPriority Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<RoutingPriority>RoutingPriority. internalGetValueMap() -
Uses of RoutingPriority in io.envoyproxy.envoy.config.route.v3
Methods in io.envoyproxy.envoy.config.route.v3 that return RoutingPriority Modifier and Type Method Description RoutingPriorityRouteAction.Builder. getPriority()Optionally specifies the :ref:`routing priority <arch_overview_http_routing_priority>`.RoutingPriorityRouteAction. getPriority()Optionally specifies the :ref:`routing priority <arch_overview_http_routing_priority>`.RoutingPriorityRouteActionOrBuilder. getPriority()Optionally specifies the :ref:`routing priority <arch_overview_http_routing_priority>`.Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type RoutingPriority Modifier and Type Method Description RouteAction.BuilderRouteAction.Builder. setPriority(RoutingPriority value)Optionally specifies the :ref:`routing priority <arch_overview_http_routing_priority>`.
-