Searched refs:ATTR_LB_ADDR_AUTHORITY (Results 1 – 8 of 8) sorted by relevance
36 public static final Attributes.Key<String> ATTR_LB_ADDR_AUTHORITY = field in GrpcAttributes
161 if (s.getAttributes().get(GrpcAttributes.ATTR_LB_ADDR_AUTHORITY) != null) { in decideLoadBalancerFactory()
154 .set(GrpcAttributes.ATTR_LB_ADDR_AUTHORITY, record.host) in resolveSrv()
45 if (grpcHandler.getEagAttributes().get(GrpcAttributes.ATTR_LB_ADDR_AUTHORITY) != null in newHandler()
207 Attributes.newBuilder().set(GrpcAttributes.ATTR_LB_ADDR_AUTHORITY, "ok").build())); in decideLoadBalancerFactory_oneBalancer_noServiceConfig_grpclb()222 Attributes.newBuilder().set(GrpcAttributes.ATTR_LB_ADDR_AUTHORITY, "ok").build())); in decideLoadBalancerFactory_grpclbOverridesServiceConfig()
93 String lbAddrAuthority = server.getAttributes().get(GrpcAttributes.ATTR_LB_ADDR_AUTHORITY); in handleResolvedAddressGroups()
751 .set(GrpcAttributes.ATTR_LB_ADDR_AUTHORITY, authority) in flattenLbAddressGroups()
1543 .set(GrpcAttributes.ATTR_LB_ADDR_AUTHORITY, authority) in lbAttributes()