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) class
AutoValue_Stats_ClusterStats
Methods in io.grpc.xds.client that return Stats.ClusterStats Modifier and Type Method Description (package private) Stats.ClusterStats
AutoValue_Stats_ClusterStats.Builder. build()
(package private) abstract Stats.ClusterStats
Stats.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.ClusterStats
recorded 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.ClusterStats
recorded 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 ClusterStats
LoadReportClient.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) void
LoadReportClient.LrsStream. sendLoadStatsRequest(java.util.List<Stats.ClusterStats> clusterStatsList)
-