Home
last modified time | relevance | path

Searched defs:childConfigs (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc-java/xds/src/test/java/io/grpc/xds/
DPriorityLoadBalancerProviderTest.java44 Map<String, PriorityChildConfig> childConfigs = in priorityLbConfig_emptyPriorities() local
58 Map<String, PriorityChildConfig> childConfigs = in priorityLbConfig_missingChildConfig() local
DLoadBalancerConfigFactoryTest.java260 List<LbConfig> childConfigs = ServiceConfigUtil.unwrapLoadBalancingConfigList( in leastRequest_legacy() local
DXdsClientImplTestBase.java582 List<LbConfig> childConfigs = ServiceConfigUtil.unwrapLoadBalancingConfigList( in verifyGoldenClusterRoundRobin() local
2044 List<LbConfig> childConfigs = ServiceConfigUtil.unwrapLoadBalancingConfigList( in cdsResourceFound_leastRequestLbPolicy() local
2106 List<LbConfig> childConfigs = ServiceConfigUtil.unwrapLoadBalancingConfigList( in cdsResponseWithAggregateCluster() local
2132 List<LbConfig> childConfigs = ServiceConfigUtil.unwrapLoadBalancingConfigList( in cdsResponseWithCircuitBreakers() local
2504 List<LbConfig> childConfigs = ServiceConfigUtil.unwrapLoadBalancingConfigList( in cdsResourceUpdated() local
2692 List<LbConfig> childConfigs = ServiceConfigUtil.unwrapLoadBalancingConfigList( in multipleCdsWatchers() local
DXdsClientImplDataTest.java1989 List<LbConfig> childConfigs = ServiceConfigUtil.unwrapLoadBalancingConfigList( in parseCluster_leastRequestLbPolicy_defaultLbConfig() local
2040 List<LbConfig> childConfigs = ServiceConfigUtil.unwrapLoadBalancingConfigList( in parseCluster_WrrLbPolicy_defaultLbConfig() local
/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/
DPriorityLoadBalancerProvider.java66 final Map<String, PriorityChildConfig> childConfigs; field in PriorityLoadBalancerProvider.PriorityLbConfig
69 PriorityLbConfig(Map<String, PriorityChildConfig> childConfigs, List<String> priorities) { in PriorityLbConfig()