Uses of Class
io.grpc.xds.client.LoadStatsManager2.ClusterDropStats
Packages that use LoadStatsManager2.ClusterDropStats
Package
Description
Library for gPRC proxyless service mesh using Envoy xDS protocol.
-
Uses of LoadStatsManager2.ClusterDropStats in io.grpc.xds
Fields in io.grpc.xds declared as LoadStatsManager2.ClusterDropStats -
Uses of LoadStatsManager2.ClusterDropStats in io.grpc.xds.client
Fields in io.grpc.xds.client with type parameters of type LoadStatsManager2.ClusterDropStatsModifier and TypeFieldDescriptionprivate final Map<String, Map<String, ReferenceCounted<LoadStatsManager2.ClusterDropStats>>> LoadStatsManager2.allDropStatsMethods 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.