google.golang.org/grpc/balancer/grpclb.lbBalancer.refreshSubConns (method)
8 uses
google.golang.org/grpc/balancer/grpclb (current package)
grpclb.go#L346: lb.refreshSubConns(lb.resolvedBackendAddrs, true, lb.usePickFirst)
grpclb.go#L385: lb.refreshSubConns(lb.resolvedBackendAddrs, true, lb.usePickFirst)
grpclb.go#L400: lb.refreshSubConns(lb.backendAddrs, lb.inFallback, newUsePickFirst)
grpclb.go#L465: lb.refreshSubConns(lb.resolvedBackendAddrs, true, lb.usePickFirst)
grpclb_remote_balancer.go#L92: lb.refreshSubConns(backendAddrs, false, lb.usePickFirst)
grpclb_remote_balancer.go#L99: func (lb *lbBalancer) refreshSubConns(backendAddrs []resolver.Address, fallback bool, pickFirst bool) {
grpclb_remote_balancer.go#L283: ccw.lb.refreshSubConns(ccw.lb.resolvedBackendAddrs, true, ccw.lb.usePickFirst)
grpclb_remote_balancer.go#L391: ccw.lb.refreshSubConns(ccw.lb.resolvedBackendAddrs, true, ccw.lb.usePickFirst)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |