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