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

Method ExitIdle

balancer/balancer.go:366–366  ·  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

364 // IDLE state, if appropriate and possible. Note that SubConns that enter
365 // the IDLE state will not reconnect until SubConn.Connect is called.
366 ExitIdle()
367}
368
369// ExitIdler is an optional interface for balancers to implement. If

Callers 15

exitIdleMethod · 0.65
ExitIdleMethod · 0.65
ExitIdleMethod · 0.65
TestExitIdleMethod · 0.65
ExitIdleMethod · 0.65
exitIdleMethod · 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
wrrBalancerbalancer/weightedroundrobin/balancer.g
endpointShardingbalancer/endpointsharding/endpointshar
testBalancertest/balancer_test.go

Calls

no outgoing calls