Uses of Class
io.envoyproxy.envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy.WeightedCluster.Builder
Packages that use TcpProxy.WeightedCluster.Builder
-
Uses of TcpProxy.WeightedCluster.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.BuilderModifier and TypeMethodDescriptionTcpProxy.WeightedCluster.Builder.addAllClusters(Iterable<? extends TcpProxy.WeightedCluster.ClusterWeight> values) Specifies the upstream clusters associated with this configuration.TcpProxy.WeightedCluster.Builder.addClusters(int index, TcpProxy.WeightedCluster.ClusterWeight value) Specifies the upstream clusters associated with this configuration.TcpProxy.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 value) 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.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) TcpProxy.WeightedCluster.Builder.clear()TcpProxy.WeightedCluster.Builder.clearClusters()Specifies the upstream clusters associated with this configuration.TcpProxy.WeightedCluster.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) TcpProxy.WeightedCluster.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) TcpProxy.WeightedCluster.Builder.clone()TcpProxy.Builder.getWeightedClustersBuilder()Multiple upstream clusters can be specified.TcpProxy.WeightedCluster.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TcpProxy.WeightedCluster.Builder.mergeFrom(com.google.protobuf.Message other) TcpProxy.WeightedCluster.Builder.mergeFrom(TcpProxy.WeightedCluster other) TcpProxy.WeightedCluster.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) TcpProxy.WeightedCluster.newBuilder()TcpProxy.WeightedCluster.newBuilder(TcpProxy.WeightedCluster prototype) TcpProxy.WeightedCluster.newBuilderForType()protected TcpProxy.WeightedCluster.BuilderTcpProxy.WeightedCluster.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) TcpProxy.WeightedCluster.Builder.removeClusters(int index) Specifies the upstream clusters associated with this configuration.TcpProxy.WeightedCluster.Builder.setClusters(int index, TcpProxy.WeightedCluster.ClusterWeight value) 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.TcpProxy.WeightedCluster.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) TcpProxy.WeightedCluster.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) TcpProxy.WeightedCluster.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) TcpProxy.WeightedCluster.toBuilder()Methods in io.envoyproxy.envoy.extensions.filters.network.tcp_proxy.v3 with parameters of type TcpProxy.WeightedCluster.BuilderModifier and TypeMethodDescriptionTcpProxy.Builder.setWeightedClusters(TcpProxy.WeightedCluster.Builder builderForValue) Multiple upstream clusters can be specified.