Home
last modified time | relevance | path

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

/external/grpc-grpc-java/core/src/main/java/io/grpc/util/
DRoundRobinLoadBalancerFactory.java351 final Ref<Subchannel> newSubchannelRef = subchannel.getAttributes().get(STICKY_REF); in maybeRegister() local
354 stickinessMap.putIfAbsent(stickinessValue, newSubchannelRef); in maybeRegister()
367 if (stickinessMap.replace(stickinessValue, existingSubchannelRef, newSubchannelRef)) { in maybeRegister()