Searched refs:newLbAddressGroups (Results 1 – 2 of 2) sorted by relevance
90 List<LbAddressGroup> newLbAddressGroups = new ArrayList<>(); in handleResolvedAddressGroups() local95 newLbAddressGroups.add(new LbAddressGroup(server, lbAddrAuthority)); in handleResolvedAddressGroups()101 newLbAddressGroups = Collections.unmodifiableList(newLbAddressGroups); in handleResolvedAddressGroups()103 grpclbState.handleAddresses(newLbAddressGroups, newBackendServers); in handleResolvedAddressGroups()
182 List<LbAddressGroup> newLbAddressGroups, List<EquivalentAddressGroup> newBackendServers) { in handleAddresses() argument183 if (newLbAddressGroups.isEmpty()) { in handleAddresses()188 LbAddressGroup newLbAddressGroup = flattenLbAddressGroups(newLbAddressGroups); in handleAddresses()