Uses of Class
io.envoyproxy.envoy.config.filter.network.tcp_proxy.v2.TcpProxy.WeightedCluster.ClusterWeight
Packages that use TcpProxy.WeightedCluster.ClusterWeight
-
Uses of TcpProxy.WeightedCluster.ClusterWeight in io.envoyproxy.envoy.config.filter.network.tcp_proxy.v2
Methods in io.envoyproxy.envoy.config.filter.network.tcp_proxy.v2 that return TcpProxy.WeightedCluster.ClusterWeightModifier and TypeMethodDescriptionTcpProxy.WeightedCluster.ClusterWeight.Builder.build()TcpProxy.WeightedCluster.ClusterWeight.Builder.buildPartial()TcpProxy.WeightedCluster.Builder.getClusters(int index) Specifies one or more upstream clusters associated with the route.TcpProxy.WeightedCluster.getClusters(int index) Specifies one or more upstream clusters associated with the route.TcpProxy.WeightedClusterOrBuilder.getClusters(int index) Specifies one or more upstream clusters associated with the route.TcpProxy.WeightedCluster.ClusterWeight.getDefaultInstance()TcpProxy.WeightedCluster.ClusterWeight.Builder.getDefaultInstanceForType()TcpProxy.WeightedCluster.ClusterWeight.getDefaultInstanceForType()TcpProxy.WeightedCluster.ClusterWeight.parseDelimitedFrom(InputStream input) TcpProxy.WeightedCluster.ClusterWeight.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TcpProxy.WeightedCluster.ClusterWeight.parseFrom(byte[] data) TcpProxy.WeightedCluster.ClusterWeight.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TcpProxy.WeightedCluster.ClusterWeight.parseFrom(com.google.protobuf.ByteString data) TcpProxy.WeightedCluster.ClusterWeight.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TcpProxy.WeightedCluster.ClusterWeight.parseFrom(com.google.protobuf.CodedInputStream input) TcpProxy.WeightedCluster.ClusterWeight.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TcpProxy.WeightedCluster.ClusterWeight.parseFrom(InputStream input) TcpProxy.WeightedCluster.ClusterWeight.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TcpProxy.WeightedCluster.ClusterWeight.parseFrom(ByteBuffer data) TcpProxy.WeightedCluster.ClusterWeight.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.filter.network.tcp_proxy.v2 that return types with arguments of type TcpProxy.WeightedCluster.ClusterWeightModifier and TypeMethodDescriptionTcpProxy.WeightedCluster.Builder.getClustersList()Specifies one or more upstream clusters associated with the route.TcpProxy.WeightedCluster.getClustersList()Specifies one or more upstream clusters associated with the route.TcpProxy.WeightedClusterOrBuilder.getClustersList()Specifies one or more upstream clusters associated with the route.com.google.protobuf.Parser<TcpProxy.WeightedCluster.ClusterWeight>TcpProxy.WeightedCluster.ClusterWeight.getParserForType()static com.google.protobuf.Parser<TcpProxy.WeightedCluster.ClusterWeight>TcpProxy.WeightedCluster.ClusterWeight.parser()Methods in io.envoyproxy.envoy.config.filter.network.tcp_proxy.v2 with parameters of type TcpProxy.WeightedCluster.ClusterWeightModifier and TypeMethodDescriptionTcpProxy.WeightedCluster.Builder.addClusters(int index, TcpProxy.WeightedCluster.ClusterWeight value) Specifies one or more upstream clusters associated with the route.TcpProxy.WeightedCluster.Builder.addClusters(TcpProxy.WeightedCluster.ClusterWeight value) Specifies one or more upstream clusters associated with the route.TcpProxy.WeightedCluster.ClusterWeight.Builder.mergeFrom(TcpProxy.WeightedCluster.ClusterWeight other) TcpProxy.WeightedCluster.ClusterWeight.newBuilder(TcpProxy.WeightedCluster.ClusterWeight prototype) TcpProxy.WeightedCluster.Builder.setClusters(int index, TcpProxy.WeightedCluster.ClusterWeight value) Specifies one or more upstream clusters associated with the route.Method parameters in io.envoyproxy.envoy.config.filter.network.tcp_proxy.v2 with type arguments of type TcpProxy.WeightedCluster.ClusterWeightModifier and TypeMethodDescriptionTcpProxy.WeightedCluster.Builder.addAllClusters(Iterable<? extends TcpProxy.WeightedCluster.ClusterWeight> values) Specifies one or more upstream clusters associated with the route.