Uses of Interface
io.envoyproxy.envoy.config.route.v3.WeightedClusterOrBuilder
-
Packages that use WeightedClusterOrBuilder Package Description io.envoyproxy.envoy.config.route.v3 -
-
Uses of WeightedClusterOrBuilder in io.envoyproxy.envoy.config.route.v3
Classes in io.envoyproxy.envoy.config.route.v3 that implement WeightedClusterOrBuilder Modifier and Type Class Description class
WeightedCluster
Compared to the :ref:`cluster <envoy_v3_api_field_config.route.v3.RouteAction.cluster>` field that specifies a single upstream cluster as the target of a request, the :ref:`weighted_clusters <envoy_v3_api_field_config.route.v3.RouteAction.weighted_clusters>` option allows for specification of multiple upstream clusters along with weights that indicate the percentage of traffic to be forwarded to each cluster.static class
WeightedCluster.Builder
Compared to the :ref:`cluster <envoy_v3_api_field_config.route.v3.RouteAction.cluster>` field that specifies a single upstream cluster as the target of a request, the :ref:`weighted_clusters <envoy_v3_api_field_config.route.v3.RouteAction.weighted_clusters>` option allows for specification of multiple upstream clusters along with weights that indicate the percentage of traffic to be forwarded to each cluster.Fields in io.envoyproxy.envoy.config.route.v3 with type parameters of type WeightedClusterOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<WeightedCluster,WeightedCluster.Builder,WeightedClusterOrBuilder>
RouteAction.Builder. weightedClustersBuilder_
Methods in io.envoyproxy.envoy.config.route.v3 that return WeightedClusterOrBuilder Modifier and Type Method Description WeightedClusterOrBuilder
RouteAction.Builder. getWeightedClustersOrBuilder()
Multiple upstream clusters can be specified for a given route.WeightedClusterOrBuilder
RouteAction. getWeightedClustersOrBuilder()
Multiple upstream clusters can be specified for a given route.WeightedClusterOrBuilder
RouteActionOrBuilder. getWeightedClustersOrBuilder()
Multiple upstream clusters can be specified for a given route.Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type WeightedClusterOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<WeightedCluster,WeightedCluster.Builder,WeightedClusterOrBuilder>
RouteAction.Builder. getWeightedClustersFieldBuilder()
Multiple upstream clusters can be specified for a given route.
-