Searched refs:STATE_INFO (Results 1 – 3 of 3) sorted by relevance
115 private static final Attributes.Key<AtomicReference<ConnectivityStateInfo>> STATE_INFO = field in GrpclbState172 subchannel.getAttributes().get(STATE_INFO).set(newState); in handleSubchannelState()223 if (subchannel.getAttributes().get(STATE_INFO).get().getState() == READY) { in maybeUseFallbackBackends()360 .set(STATE_INFO, in useRoundRobinLists()682 ConnectivityStateInfo stateInfo = attrs.get(STATE_INFO).get(); in maybeUpdatePicker()
105 static final Attributes.Key<Ref<ConnectivityStateInfo>> STATE_INFO = field in RoundRobinLoadBalancerFactory.RoundRobinLoadBalancer163 .set(STATE_INFO, in handleResolvedAddressGroups()304 return checkNotNull(subchannel.getAttributes().get(STATE_INFO), "STATE_INFO"); in getSubchannelStateInfoRef()
25 import static io.grpc.util.RoundRobinLoadBalancerFactory.RoundRobinLoadBalancer.STATE_INFO;176 when(subchannel.getAttributes()).thenReturn(Attributes.newBuilder().set(STATE_INFO, in pickAfterResolvedUpdatedHosts()259 STATE_INFO); in pickAfterStateChange()