Uses of Class
io.grpc.xds.client.Locality
Packages that use Locality
-
Uses of Locality in io.grpc.xds.client
Methods in io.grpc.xds.client that return LocalityModifier and TypeMethodDescriptionstatic Localityabstract LocalityStats.UpstreamLocalityStats.locality()Methods in io.grpc.xds.client with parameters of type LocalityModifier and TypeMethodDescriptionXdsClient.addClusterLocalityStats(Bootstrapper.ServerInfo serverInfo, String clusterName, String edsServiceName, Locality locality) Adds load stats for the specified locality (in the specified cluster with edsServiceName) by using the returned object to record RPCs.XdsClientImpl.addClusterLocalityStats(Bootstrapper.ServerInfo serverInfo, String clusterName, String edsServiceName, Locality locality) static Stats.UpstreamLocalityStatsStats.UpstreamLocalityStats.create(Locality locality, long totalIssuedRequests, long totalSuccessfulRequests, long totalErrorRequests, long totalRequestsInProgress, Map<String, Stats.BackendLoadMetricStats> loadMetricStatsMap) LoadStatsManager2.getClusterLocalityStats(String cluster, String edsServiceName, Locality locality) Gets or creates the stats object for recording loads for the specified locality (in the specified cluster with edsServiceName).EnvoyProtoData.Node.Builder.setLocality(Locality locality)