Uses of Class
io.envoyproxy.envoy.config.filter.network.thrift_proxy.v2alpha1.WeightedCluster.Builder
Packages that use WeightedCluster.Builder
-
Uses of WeightedCluster.Builder in io.envoyproxy.envoy.config.filter.network.thrift_proxy.v2alpha1
Methods in io.envoyproxy.envoy.config.filter.network.thrift_proxy.v2alpha1 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.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) 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) final WeightedCluster.BuilderWeightedCluster.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) WeightedCluster.toBuilder()Methods in io.envoyproxy.envoy.config.filter.network.thrift_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.