Uses of Class
io.envoyproxy.envoy.api.v2.route.WeightedCluster.Builder
Packages that use WeightedCluster.Builder
Package
Description
-
Uses of WeightedCluster.Builder in io.envoyproxy.envoy.api.v2.route
Methods in io.envoyproxy.envoy.api.v2.route that return WeightedCluster.BuilderModifier and TypeMethodDescriptionWeightedCluster.Builder.addAllClusters(Iterable<? extends WeightedCluster.ClusterWeight> values) Specifies one or more upstream clusters associated with the route.WeightedCluster.Builder.addClusters(int index, WeightedCluster.ClusterWeight value) Specifies one or more upstream clusters associated with the route.WeightedCluster.Builder.addClusters(int index, WeightedCluster.ClusterWeight.Builder builderForValue) Specifies one or more upstream clusters associated with the route.WeightedCluster.Builder.addClusters(WeightedCluster.ClusterWeight value) Specifies one or more upstream clusters associated with the route.WeightedCluster.Builder.addClusters(WeightedCluster.ClusterWeight.Builder builderForValue) Specifies one or more upstream clusters associated with the route.WeightedCluster.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) WeightedCluster.Builder.clear()WeightedCluster.Builder.clearClusters()Specifies one or more upstream clusters associated with the route.WeightedCluster.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) WeightedCluster.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) WeightedCluster.Builder.clearRuntimeKeyPrefix()Specifies the runtime key prefix that should be used to construct the runtime keys associated with each cluster.WeightedCluster.Builder.clearTotalWeight()Specifies the total weight across all clusters.WeightedCluster.Builder.clone()RouteAction.Builder.getWeightedClustersBuilder()Multiple upstream clusters can be specified for a given route.WeightedCluster.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) WeightedCluster.Builder.mergeFrom(com.google.protobuf.Message other) WeightedCluster.Builder.mergeFrom(WeightedCluster other) WeightedCluster.Builder.mergeTotalWeight(com.google.protobuf.UInt32Value value) Specifies the total weight across all clusters.final WeightedCluster.BuilderWeightedCluster.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static WeightedCluster.BuilderWeightedCluster.newBuilder()static WeightedCluster.BuilderWeightedCluster.newBuilder(WeightedCluster prototype) WeightedCluster.newBuilderForType()protected WeightedCluster.BuilderWeightedCluster.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) WeightedCluster.Builder.removeClusters(int index) Specifies one or more upstream clusters associated with the route.WeightedCluster.Builder.setClusters(int index, WeightedCluster.ClusterWeight value) Specifies one or more upstream clusters associated with the route.WeightedCluster.Builder.setClusters(int index, WeightedCluster.ClusterWeight.Builder builderForValue) Specifies one or more upstream clusters associated with the route.WeightedCluster.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) WeightedCluster.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) WeightedCluster.Builder.setRuntimeKeyPrefix(String value) Specifies the runtime key prefix that should be used to construct the runtime keys associated with each cluster.WeightedCluster.Builder.setRuntimeKeyPrefixBytes(com.google.protobuf.ByteString value) Specifies the runtime key prefix that should be used to construct the runtime keys associated with each cluster.WeightedCluster.Builder.setTotalWeight(com.google.protobuf.UInt32Value value) Specifies the total weight across all clusters.WeightedCluster.Builder.setTotalWeight(com.google.protobuf.UInt32Value.Builder builderForValue) Specifies the total weight across all clusters.final WeightedCluster.BuilderWeightedCluster.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) WeightedCluster.toBuilder()Methods in io.envoyproxy.envoy.api.v2.route with parameters of type WeightedCluster.BuilderModifier and TypeMethodDescriptionRouteAction.Builder.setWeightedClusters(WeightedCluster.Builder builderForValue) Multiple upstream clusters can be specified for a given route. -
Uses of WeightedCluster.Builder in io.envoyproxy.envoy.config.filter.network.dubbo_proxy.v2alpha1
Methods in io.envoyproxy.envoy.config.filter.network.dubbo_proxy.v2alpha1 that return WeightedCluster.BuilderModifier and TypeMethodDescriptionRouteAction.Builder.getWeightedClustersBuilder()Multiple upstream clusters can be specified for a given route.Methods in io.envoyproxy.envoy.config.filter.network.dubbo_proxy.v2alpha1 with parameters of type WeightedCluster.BuilderModifier and TypeMethodDescriptionRouteAction.Builder.setWeightedClusters(WeightedCluster.Builder builderForValue) Multiple upstream clusters can be specified for a given route.