Uses of Class
io.grpc.xds.client.Stats.ClusterStats
Packages that use Stats.ClusterStats
-
Uses of Stats.ClusterStats in io.grpc.xds.client
Subclasses of Stats.ClusterStats in io.grpc.xds.clientMethods in io.grpc.xds.client that return Stats.ClusterStatsModifier and TypeMethodDescription(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.ClusterStatsModifier and TypeMethodDescription(package private) 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.LoadStatsManager2.getClusterStatsReports
(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.ClusterStatsModifier and TypeMethodDescriptionprivate ClusterStats
LoadReportClient.LrsStream.buildClusterStats
(Stats.ClusterStats stats) Method parameters in io.grpc.xds.client with type arguments of type Stats.ClusterStatsModifier and TypeMethodDescription(package private) void
LoadReportClient.LrsStream.sendLoadStatsRequest
(List<Stats.ClusterStats> clusterStatsList)