Uses of Class
io.envoyproxy.envoy.config.route.v3.WeightedCluster.ClusterWeight
Packages that use WeightedCluster.ClusterWeight
Package
Description
Library for gPRC proxyless service mesh using Envoy xDS protocol.
-
Uses of WeightedCluster.ClusterWeight in io.envoyproxy.envoy.config.route.v3
Fields in io.envoyproxy.envoy.config.route.v3 declared as WeightedCluster.ClusterWeightModifier and TypeFieldDescriptionprivate static final WeightedCluster.ClusterWeight
WeightedCluster.ClusterWeight.DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.config.route.v3 with type parameters of type WeightedCluster.ClusterWeightModifier and TypeFieldDescriptionprivate List
<WeightedCluster.ClusterWeight> WeightedCluster.Builder.clusters_
private List
<WeightedCluster.ClusterWeight> WeightedCluster.clusters_
private com.google.protobuf.RepeatedFieldBuilder
<WeightedCluster.ClusterWeight, WeightedCluster.ClusterWeight.Builder, WeightedCluster.ClusterWeightOrBuilder> WeightedCluster.Builder.clustersBuilder_
private static final com.google.protobuf.Parser
<WeightedCluster.ClusterWeight> WeightedCluster.ClusterWeight.PARSER
Methods in io.envoyproxy.envoy.config.route.v3 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.route.v3 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()
private com.google.protobuf.RepeatedFieldBuilder
<WeightedCluster.ClusterWeight, WeightedCluster.ClusterWeight.Builder, WeightedCluster.ClusterWeightOrBuilder> WeightedCluster.Builder.internalGetClustersFieldBuilder()
static com.google.protobuf.Parser
<WeightedCluster.ClusterWeight> WeightedCluster.ClusterWeight.parser()
Methods in io.envoyproxy.envoy.config.route.v3 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.private void
WeightedCluster.ClusterWeight.Builder.buildPartial0
(WeightedCluster.ClusterWeight result) private void
WeightedCluster.ClusterWeight.Builder.buildPartialOneofs
(WeightedCluster.ClusterWeight result) private void
WeightedCluster.ClusterWeight.Builder.buildPartialRepeatedFields
(WeightedCluster.ClusterWeight result) 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.route.v3 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. -
Uses of WeightedCluster.ClusterWeight in io.grpc.xds
Methods in io.grpc.xds with parameters of type WeightedCluster.ClusterWeightModifier and TypeMethodDescription(package private) static XdsResourceType.StructOrError
<VirtualHost.Route.RouteAction.ClusterWeight> XdsRouteConfigureResource.parseClusterWeight
(WeightedCluster.ClusterWeight proto, FilterRegistry filterRegistry)