Uses of Class
io.grpc.xds.client.LoadStatsManager2.ClusterDropStats
Packages that use LoadStatsManager2.ClusterDropStats
-
Uses of LoadStatsManager2.ClusterDropStats in io.grpc.xds.client
Methods in io.grpc.xds.client that return LoadStatsManager2.ClusterDropStatsModifier and TypeMethodDescriptionXdsClient.addClusterDropStats(Bootstrapper.ServerInfo serverInfo, String clusterName, String edsServiceName) Adds drop stats for the specified cluster with edsServiceName by using the returned object to record dropped requests.XdsClientImpl.addClusterDropStats(Bootstrapper.ServerInfo serverInfo, String clusterName, String edsServiceName) LoadStatsManager2.getClusterDropStats(String cluster, String edsServiceName) Gets or creates the stats object for recording drops for the specified cluster with edsServiceName.