Uses of Class
io.envoyproxy.envoy.api.v2.core.RoutingPriority
-
Packages that use RoutingPriority Package Description io.envoyproxy.envoy.api.v2.cluster io.envoyproxy.envoy.api.v2.core io.envoyproxy.envoy.api.v2.route -
-
Uses of RoutingPriority in io.envoyproxy.envoy.api.v2.cluster
Methods in io.envoyproxy.envoy.api.v2.cluster that return RoutingPriority Modifier and Type Method Description RoutingPriorityCircuitBreakers.Thresholds.Builder. getPriority()The :ref:`RoutingPriority<envoy_api_enum_core.RoutingPriority>` the specified CircuitBreaker settings apply to.RoutingPriorityCircuitBreakers.Thresholds. getPriority()The :ref:`RoutingPriority<envoy_api_enum_core.RoutingPriority>` the specified CircuitBreaker settings apply to.RoutingPriorityCircuitBreakers.ThresholdsOrBuilder. getPriority()The :ref:`RoutingPriority<envoy_api_enum_core.RoutingPriority>` the specified CircuitBreaker settings apply to.Methods in io.envoyproxy.envoy.api.v2.cluster with parameters of type RoutingPriority Modifier and Type Method Description CircuitBreakers.Thresholds.BuilderCircuitBreakers.Thresholds.Builder. setPriority(RoutingPriority value)The :ref:`RoutingPriority<envoy_api_enum_core.RoutingPriority>` the specified CircuitBreaker settings apply to. -
Uses of RoutingPriority in io.envoyproxy.envoy.api.v2.core
Methods in io.envoyproxy.envoy.api.v2.core 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.api.v2.core 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.api.v2.route
Methods in io.envoyproxy.envoy.api.v2.route 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.api.v2.route 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>`.
-