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