google.golang.org/grpc/balancer/grpclb.lbBalancer.state (field)
9 uses
google.golang.org/grpc/balancer/grpclb (current package)
grpclb.go#L211: state connectivity.State
grpclb.go#L232: if lb.state == connectivity.TransientFailure {
grpclb.go#L237: if lb.state == connectivity.Connecting {
grpclb.go#L343: if lb.state != connectivity.Ready {
grpclb.go#L356: oldAggrState := lb.state
grpclb.go#L357: lb.state = lb.aggregateSubConnStates()
grpclb.go#L361: if forceRegeneratePicker || (lb.state != oldAggrState) {
grpclb.go#L365: lb.cc.UpdateState(balancer.State{ConnectivityState: lb.state, Picker: lb.picker})
grpclb_remote_balancer.go#L389: if !ccw.lb.inFallback && ccw.lb.state != connectivity.Ready {
![]() |
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. |