google.golang.org/grpc/balancer/grpclb.lbBalancer.usePickFirst (field)
13 uses
google.golang.org/grpc/balancer/grpclb (current package)
grpclb.go#L170: usePickFirst bool
grpclb.go#L243: if lb.usePickFirst {
grpclb.go#L346: lb.refreshSubConns(lb.resolvedBackendAddrs, true, lb.usePickFirst)
grpclb.go#L385: lb.refreshSubConns(lb.resolvedBackendAddrs, true, lb.usePickFirst)
grpclb.go#L394: if lb.usePickFirst == 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#L117: balancingPolicyChanged := lb.usePickFirst != pickFirst
grpclb_remote_balancer.go#L118: oldUsePickFirst := lb.usePickFirst
grpclb_remote_balancer.go#L119: lb.usePickFirst = pickFirst
grpclb_remote_balancer.go#L139: if lb.usePickFirst {
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. |