Uses of Class
io.envoyproxy.envoy.config.filter.network.tcp_proxy.v2.TcpProxy.WeightedCluster
Packages that use TcpProxy.WeightedCluster
-
Uses of TcpProxy.WeightedCluster in io.envoyproxy.envoy.config.filter.network.tcp_proxy.v2
Methods in io.envoyproxy.envoy.config.filter.network.tcp_proxy.v2 that return TcpProxy.WeightedClusterModifier and TypeMethodDescriptionTcpProxy.WeightedCluster.Builder.build()TcpProxy.WeightedCluster.Builder.buildPartial()static TcpProxy.WeightedClusterTcpProxy.WeightedCluster.getDefaultInstance()TcpProxy.WeightedCluster.Builder.getDefaultInstanceForType()TcpProxy.WeightedCluster.getDefaultInstanceForType()TcpProxy.Builder.getWeightedClusters()Multiple upstream clusters can be specified for a given route.TcpProxy.getWeightedClusters()Multiple upstream clusters can be specified for a given route.TcpProxyOrBuilder.getWeightedClusters()Multiple upstream clusters can be specified for a given route.static TcpProxy.WeightedClusterTcpProxy.WeightedCluster.parseDelimitedFrom(InputStream input) static TcpProxy.WeightedClusterTcpProxy.WeightedCluster.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TcpProxy.WeightedClusterTcpProxy.WeightedCluster.parseFrom(byte[] data) static TcpProxy.WeightedClusterTcpProxy.WeightedCluster.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TcpProxy.WeightedClusterTcpProxy.WeightedCluster.parseFrom(com.google.protobuf.ByteString data) static TcpProxy.WeightedClusterTcpProxy.WeightedCluster.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TcpProxy.WeightedClusterTcpProxy.WeightedCluster.parseFrom(com.google.protobuf.CodedInputStream input) static TcpProxy.WeightedClusterTcpProxy.WeightedCluster.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TcpProxy.WeightedClusterTcpProxy.WeightedCluster.parseFrom(InputStream input) static TcpProxy.WeightedClusterTcpProxy.WeightedCluster.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TcpProxy.WeightedClusterTcpProxy.WeightedCluster.parseFrom(ByteBuffer data) static TcpProxy.WeightedClusterTcpProxy.WeightedCluster.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.WeightedClusterModifier and TypeMethodDescriptioncom.google.protobuf.Parser<TcpProxy.WeightedCluster>TcpProxy.WeightedCluster.getParserForType()static com.google.protobuf.Parser<TcpProxy.WeightedCluster>TcpProxy.WeightedCluster.parser()Methods in io.envoyproxy.envoy.config.filter.network.tcp_proxy.v2 with parameters of type TcpProxy.WeightedClusterModifier and TypeMethodDescriptionTcpProxy.WeightedCluster.Builder.mergeFrom(TcpProxy.WeightedCluster other) TcpProxy.Builder.mergeWeightedClusters(TcpProxy.WeightedCluster value) Multiple upstream clusters can be specified for a given route.TcpProxy.WeightedCluster.newBuilder(TcpProxy.WeightedCluster prototype) TcpProxy.Builder.setWeightedClusters(TcpProxy.WeightedCluster value) Multiple upstream clusters can be specified for a given route.