Uses of Class
io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.v3.WeightedCluster.ClusterWeight.Builder
Packages that use WeightedCluster.ClusterWeight.Builder
-
Uses of WeightedCluster.ClusterWeight.Builder in io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.v3
Methods in io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.v3 that return WeightedCluster.ClusterWeight.BuilderModifier and TypeMethodDescriptionWeightedCluster.Builder.addClustersBuilder()Specifies one or more upstream clusters associated with the route.WeightedCluster.Builder.addClustersBuilder(int index) Specifies one or more upstream clusters associated with the route.WeightedCluster.ClusterWeight.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) WeightedCluster.ClusterWeight.Builder.clear()WeightedCluster.ClusterWeight.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) WeightedCluster.ClusterWeight.Builder.clearMetadataMatch()Optional endpoint metadata match criteria used by the subset load balancer.WeightedCluster.ClusterWeight.Builder.clearName()Name of the upstream cluster.WeightedCluster.ClusterWeight.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) WeightedCluster.ClusterWeight.Builder.clearWeight()When a request matches the route, the choice of an upstream cluster is determined by its weight.WeightedCluster.ClusterWeight.Builder.clone()WeightedCluster.Builder.getClustersBuilder(int index) Specifies one or more upstream clusters associated with the route.WeightedCluster.ClusterWeight.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) WeightedCluster.ClusterWeight.Builder.mergeFrom(com.google.protobuf.Message other) WeightedCluster.ClusterWeight.Builder.mergeFrom(WeightedCluster.ClusterWeight other) WeightedCluster.ClusterWeight.Builder.mergeMetadataMatch(Metadata value) Optional endpoint metadata match criteria used by the subset load balancer.WeightedCluster.ClusterWeight.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) WeightedCluster.ClusterWeight.Builder.mergeWeight(com.google.protobuf.UInt32Value value) When a request matches the route, the choice of an upstream cluster is determined by its weight.WeightedCluster.ClusterWeight.newBuilder()WeightedCluster.ClusterWeight.newBuilder(WeightedCluster.ClusterWeight prototype) WeightedCluster.ClusterWeight.newBuilderForType()protected WeightedCluster.ClusterWeight.BuilderWeightedCluster.ClusterWeight.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) WeightedCluster.ClusterWeight.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) WeightedCluster.ClusterWeight.Builder.setMetadataMatch(Metadata value) Optional endpoint metadata match criteria used by the subset load balancer.WeightedCluster.ClusterWeight.Builder.setMetadataMatch(Metadata.Builder builderForValue) Optional endpoint metadata match criteria used by the subset load balancer.Name of the upstream cluster.WeightedCluster.ClusterWeight.Builder.setNameBytes(com.google.protobuf.ByteString value) Name of the upstream cluster.WeightedCluster.ClusterWeight.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) WeightedCluster.ClusterWeight.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) WeightedCluster.ClusterWeight.Builder.setWeight(com.google.protobuf.UInt32Value value) When a request matches the route, the choice of an upstream cluster is determined by its weight.WeightedCluster.ClusterWeight.Builder.setWeight(com.google.protobuf.UInt32Value.Builder builderForValue) When a request matches the route, the choice of an upstream cluster is determined by its weight.WeightedCluster.ClusterWeight.toBuilder()Methods in io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.v3 that return types with arguments of type WeightedCluster.ClusterWeight.BuilderModifier and TypeMethodDescriptionWeightedCluster.Builder.getClustersBuilderList()Specifies one or more upstream clusters associated with the route.Methods in io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.v3 with parameters of type WeightedCluster.ClusterWeight.BuilderModifier and TypeMethodDescriptionWeightedCluster.Builder.addClusters(int index, WeightedCluster.ClusterWeight.Builder builderForValue) 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.setClusters(int index, WeightedCluster.ClusterWeight.Builder builderForValue) Specifies one or more upstream clusters associated with the route.