Home
last modified time | relevance | path

Searched refs:newSubchannelMap (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc-java/grpclb/src/main/java/io/grpc/grpclb/
DGrpclbState.java349 HashMap<EquivalentAddressGroup, Subchannel> newSubchannelMap = in useRoundRobinLists() local
355 Subchannel subchannel = newSubchannelMap.get(eag); in useRoundRobinLists()
367 newSubchannelMap.put(eag, subchannel); in useRoundRobinLists()
382 if (!newSubchannelMap.containsKey(eag)) { in useRoundRobinLists()
387 subchannels = Collections.unmodifiableMap(newSubchannelMap); in useRoundRobinLists()