google.golang.org/grpc.pickfirstBalancer.cc (field)
9 uses
google.golang.org/grpc (current package)
pickfirst.go#L39: return &pickfirstBalancer{cc: cc}
pickfirst.go#L48: cc balancer.ClientConn
pickfirst.go#L56: b.cc.UpdateState(balancer.State{ConnectivityState: connectivity.TransientFailure,
pickfirst.go#L72: b.sc, err = b.cc.NewSubConn(cs.ResolverState.Addresses, balancer.NewSubConnOptions{})
pickfirst.go#L78: b.cc.UpdateState(balancer.State{ConnectivityState: connectivity.TransientFailure,
pickfirst.go#L84: b.cc.UpdateState(balancer.State{ConnectivityState: connectivity.Idle, Picker: &picker{result: balancer.PickResult{SubConn: b.sc}}})
pickfirst.go#L111: b.cc.UpdateState(balancer.State{ConnectivityState: s.ConnectivityState, Picker: &picker{result: balancer.PickResult{SubConn: sc}}})
pickfirst.go#L113: b.cc.UpdateState(balancer.State{ConnectivityState: s.ConnectivityState, Picker: &picker{err: balancer.ErrNoSubConnAvailable}})
pickfirst.go#L115: b.cc.UpdateState(balancer.State{
 |
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. |