google.golang.org/grpc/balancer/grpclb.remoteBalancerCCWrapper.lb (field)

23 uses

	google.golang.org/grpc/balancer/grpclb (current package)
		grpclb_remote_balancer.go#L207: 	lb      *lbBalancer
		grpclb_remote_balancer.go#L251: 		lb:      lb,
		grpclb_remote_balancer.go#L278: 			ccw.lb.processServerList(serverList)
		grpclb_remote_balancer.go#L282: 			ccw.lb.mu.Lock()
		grpclb_remote_balancer.go#L283: 			ccw.lb.refreshSubConns(ccw.lb.resolvedBackendAddrs, true, ccw.lb.usePickFirst)
		grpclb_remote_balancer.go#L284: 			ccw.lb.mu.Unlock()
		grpclb_remote_balancer.go#L299: 		stats := ccw.lb.clientStats.toClientStats()
		grpclb_remote_balancer.go#L329: 	ccw.lb.mu.Lock()
		grpclb_remote_balancer.go#L330: 	ccw.lb.remoteBalancerConnected = true
		grpclb_remote_balancer.go#L331: 	ccw.lb.mu.Unlock()
		grpclb_remote_balancer.go#L337: 				Name: ccw.lb.target,
		grpclb_remote_balancer.go#L382: 		ccw.lb.cc.cc.ResolveNow(resolver.ResolveNowOptions{})
		grpclb_remote_balancer.go#L384: 		ccw.lb.mu.Lock()
		grpclb_remote_balancer.go#L385: 		ccw.lb.remoteBalancerConnected = false
		grpclb_remote_balancer.go#L386: 		ccw.lb.fullServerList = nil
		grpclb_remote_balancer.go#L389: 		if !ccw.lb.inFallback && ccw.lb.state != connectivity.Ready {
		grpclb_remote_balancer.go#L391: 			ccw.lb.refreshSubConns(ccw.lb.resolvedBackendAddrs, true, ccw.lb.usePickFirst)
		grpclb_remote_balancer.go#L393: 		ccw.lb.mu.Unlock()