MCPcopy
hub / github.com/grpc/grpc-go / ExitIdle

Method ExitIdle

balancer/endpointsharding/endpointsharding.go:58–58  ·  view source on GitHub ↗

ExitIdle instructs the LB policy to reconnect to backends / exit the IDLE state, if appropriate and possible. Note that SubConns that enter the IDLE state will not reconnect until SubConn.Connect is called.

()

Source from the content-addressed store, hash-verified

56 // IDLE state, if appropriate and possible. Note that SubConns that enter
57 // the IDLE state will not reconnect until SubConn.Connect is called.
58 ExitIdle()
59}
60
61// Options are the options to configure the behaviour of the

Callers 12

updatePickerLockedMethod · 0.95
ExitIdleMethod · 0.65
ExitIdleMethod · 0.65
ExitIdleMethod · 0.65
TestExitIdleMethod · 0.65
ExitIdleMethod · 0.65
PickMethod · 0.65
ExitIdleMethod · 0.65
ExitIdleMethod · 0.65
ExitIdleMethod · 0.65

Implementers 15

orcabinterop/orcalb.go
leastRequestBalancerbalancer/leastrequest/leastrequest.go
rlsBalancerbalancer/rls/balancer.go
weightedTargetBalancerbalancer/weightedtarget/weightedtarget
lbBalancerbalancer/grpclb/grpclb.go
lazyBalancerbalancer/lazy/lazy.go
pickfirstBalancerbalancer/pickfirst/pickfirst.go
baseBalancerbalancer/base/balancer.go
ringhashBalancerbalancer/ringhash/ringhash.go
fakeExitIdlerbalancer/ringhash/picker_test.go
wrrBalancerbalancer/weightedroundrobin/balancer.g
endpointShardingbalancer/endpointsharding/endpointshar

Calls

no outgoing calls

Tested by 3

TestExitIdleMethod · 0.52