Uses of Class
io.grpc.xds.client.LoadStatsManager2.ClusterLocalityStats
Packages that use LoadStatsManager2.ClusterLocalityStats
-
Uses of LoadStatsManager2.ClusterLocalityStats in io.grpc.xds.client
Methods in io.grpc.xds.client that return LoadStatsManager2.ClusterLocalityStatsModifier and TypeMethodDescriptionXdsClient.addClusterLocalityStats(Bootstrapper.ServerInfo serverInfo, String clusterName, String edsServiceName, Locality locality) Adds load stats for the specified locality (in the specified cluster with edsServiceName) by using the returned object to record RPCs.XdsClientImpl.addClusterLocalityStats(Bootstrapper.ServerInfo serverInfo, String clusterName, String edsServiceName, Locality locality) LoadStatsManager2.getClusterLocalityStats(String cluster, String edsServiceName, Locality locality) Gets or creates the stats object for recording loads for the specified locality (in the specified cluster with edsServiceName).