Uses of Enum
io.envoyproxy.envoy.api.v2.core.RoutingPriority
Packages that use RoutingPriority
Package
Description
-
Uses of RoutingPriority in io.envoyproxy.envoy.api.v2.cluster
Methods in io.envoyproxy.envoy.api.v2.cluster that return RoutingPriorityModifier and TypeMethodDescriptionCircuitBreakers.Thresholds.Builder.getPriority()The :ref:`RoutingPriority<envoy_api_enum_core.RoutingPriority>` the specified CircuitBreaker settings apply to.CircuitBreakers.Thresholds.getPriority()The :ref:`RoutingPriority<envoy_api_enum_core.RoutingPriority>` the specified CircuitBreaker settings apply to.CircuitBreakers.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 RoutingPriorityModifier and TypeMethodDescriptionCircuitBreakers.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 RoutingPriorityModifier and TypeMethodDescriptionstatic 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 RoutingPriorityReturns 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 RoutingPriorityModifier and TypeMethodDescriptionstatic 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 RoutingPriorityModifier and TypeMethodDescriptionRouteAction.Builder.getPriority()Optionally specifies the :ref:`routing priority <arch_overview_http_routing_priority>`.RouteAction.getPriority()Optionally specifies the :ref:`routing priority <arch_overview_http_routing_priority>`.RouteActionOrBuilder.getPriority()Optionally specifies the :ref:`routing priority <arch_overview_http_routing_priority>`.Methods in io.envoyproxy.envoy.api.v2.route with parameters of type RoutingPriorityModifier and TypeMethodDescriptionRouteAction.Builder.setPriority(RoutingPriority value) Optionally specifies the :ref:`routing priority <arch_overview_http_routing_priority>`.