Uses of Class
io.grpc.xds.client.Stats.ClusterStats
-
Packages that use Stats.ClusterStats Package Description io.grpc.xds.client -
-
Uses of Stats.ClusterStats in io.grpc.xds.client
Subclasses of Stats.ClusterStats in io.grpc.xds.client Modifier and Type Class Description (package private) classAutoValue_Stats_ClusterStatsMethods in io.grpc.xds.client that return Stats.ClusterStats Modifier and Type Method Description (package private) Stats.ClusterStatsAutoValue_Stats_ClusterStats.Builder. build()(package private) abstract Stats.ClusterStatsStats.ClusterStats.Builder. build()Methods in io.grpc.xds.client that return types with arguments of type Stats.ClusterStats Modifier and Type Method Description (package private) java.util.List<Stats.ClusterStats>LoadStatsManager2. getAllClusterStatsReports()Gets the traffic stats (drops and loads) as a list ofStats.ClusterStatsrecorded for all clusters since the previous call of this method orLoadStatsManager2.getClusterStatsReports(java.lang.String)for each specific cluster.java.util.List<Stats.ClusterStats>LoadStatsManager2. getClusterStatsReports(java.lang.String cluster)Gets the traffic stats (drops and loads) as a list ofStats.ClusterStatsrecorded for the specified cluster since the previous call of this method orLoadStatsManager2.getAllClusterStatsReports().Methods in io.grpc.xds.client with parameters of type Stats.ClusterStats Modifier and Type Method Description private ClusterStatsLoadReportClient.LrsStream. buildClusterStats(Stats.ClusterStats stats)Method parameters in io.grpc.xds.client with type arguments of type Stats.ClusterStats Modifier and Type Method Description (package private) voidLoadReportClient.LrsStream. sendLoadStatsRequest(java.util.List<Stats.ClusterStats> clusterStatsList)
-