/aosp_15_r20/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/ |
H A D | LoadStatsManager2.java | 68 String cluster, @Nullable String edsServiceName) { in getClusterDropStats() 85 String cluster, @Nullable String edsServiceName) { in releaseClusterDropCounter() 88 "stats for cluster %s, edsServiceName %s not exits", cluster, edsServiceName); in releaseClusterDropCounter() local 100 String cluster, @Nullable String edsServiceName, Locality locality) { in getClusterLocalityStats() 126 String cluster, @Nullable String edsServiceName, Locality locality) { in releaseClusterLocalityLoadCounter() 131 cluster, edsServiceName, locality); in releaseClusterLocalityLoadCounter() local 243 private final String edsServiceName; field in LoadStatsManager2.ClusterDropStats 249 String clusterName, @Nullable String edsServiceName, Stopwatch stopwatch) { in ClusterDropStats() 318 private final String edsServiceName; field in LoadStatsManager2.ClusterLocalityStats 327 String clusterName, @Nullable String edsServiceName, Locality locality, in ClusterLocalityStats()
|
H A D | XdsClusterResource.java | 231 String edsServiceName = null; in parseNonAggregateCluster() local 510 abstract String edsServiceName(); in edsServiceName() method in XdsClusterResource.CdsUpdate 553 static Builder forEds(String clusterName, @Nullable String edsServiceName, in forEds() 649 protected abstract Builder edsServiceName(String edsServiceName); in edsServiceName() method in XdsClusterResource.CdsUpdate.Builder
|
H A D | SharedCallCounterMap.java | 54 public synchronized AtomicLong getOrCreate(String cluster, @Nullable String edsServiceName) { in getOrCreate() 96 private final String edsServiceName; field in SharedCallCounterMap.CounterReference 99 @Nullable String edsServiceName) { in CounterReference()
|
H A D | ClusterResolverLoadBalancerProvider.java | 126 final String edsServiceName; field in ClusterResolverLoadBalancerProvider.ClusterResolverConfig.DiscoveryMechanism 138 private DiscoveryMechanism(String cluster, Type type, @Nullable String edsServiceName, in DiscoveryMechanism() 152 static DiscoveryMechanism forEds(String cluster, @Nullable String edsServiceName, in forEds()
|
H A D | ClusterImplLoadBalancerProvider.java | 78 final String edsServiceName; field in ClusterImplLoadBalancerProvider.ClusterImplConfig 93 ClusterImplConfig(String cluster, @Nullable String edsServiceName, in ClusterImplConfig()
|
H A D | ClusterResolverLoadBalancer.java | 352 private final String edsServiceName; field in ClusterResolverLoadBalancer.ClusterResolverLbState.EdsClusterState 356 private EdsClusterState(String name, @Nullable String edsServiceName, in EdsClusterState() 733 String cluster, @Nullable String edsServiceName, @Nullable ServerInfo lrsServerInfo, in generateEdsBasedPriorityChildConfigs()
|
H A D | XdsClient.java | 329 ServerInfo serverInfo, String clusterName, @Nullable String edsServiceName) { in addClusterDropStats() 342 ServerInfo serverInfo, String clusterName, @Nullable String edsServiceName, in addClusterLocalityStats()
|
H A D | XdsClientImpl.java | 345 final ServerInfo serverInfo, String clusterName, @Nullable String edsServiceName) { in addClusterDropStats() 360 final ServerInfo serverInfo, String clusterName, @Nullable String edsServiceName, in addClusterLocalityStats()
|
H A D | XdsNameResolverProvider.java | 125 AtomicLong getOrCreate(String cluster, @Nullable String edsServiceName); in getOrCreate()
|
H A D | ClusterImplLoadBalancer.java | 85 private String edsServiceName; field in ClusterImplLoadBalancer
|
/aosp_15_r20/external/grpc-grpc-java/xds/src/test/java/io/grpc/xds/ |
H A D | ClusterImplLoadBalancerTest.java | 819 ServerInfo lrsServerInfo, String clusterName, @Nullable String edsServiceName) { in addClusterDropStats() 825 ServerInfo lrsServerInfo, String clusterName, @Nullable String edsServiceName, in addClusterLocalityStats()
|
H A D | LoadStatsManager2Test.java | 252 List<ClusterStats> statsList, String cluster, @Nullable String edsServiceName) { in findClusterStats()
|
H A D | CdsLoadBalancer2Test.java | 568 DiscoveryMechanism.Type type, @Nullable String edsServiceName, @Nullable String dnsHostName, in assertDiscoveryMechanism()
|
H A D | ClusterResolverLoadBalancerTest.java | 1126 @Nullable String edsServiceName, ServerInfo lrsServerInfo, Long maxConcurrentRequests, in assertClusterImplConfig()
|
H A D | XdsClientImplTestBase.java | 3751 protected abstract Message buildEdsCluster(String clusterName, @Nullable String edsServiceName, in buildEdsCluster()
|