Package io.grpc.util

Class MultiChildLoadBalancer.ChildLbState.ChildLbStateHelper

java.lang.Object
io.grpc.LoadBalancer.Helper
io.grpc.util.ForwardingLoadBalancerHelper
io.grpc.util.MultiChildLoadBalancer.ChildLbState.ChildLbStateHelper
Enclosing class:
MultiChildLoadBalancer.ChildLbState

protected class MultiChildLoadBalancer.ChildLbState.ChildLbStateHelper extends ForwardingLoadBalancerHelper
ChildLbStateHelper is the glue between ChildLbState and the helpers associated with the petiole policy above and the PickFirstLoadBalancer's helper below.

The ChildLbState updates happen during updateBalancingState. Otherwise, it is doing simple forwarding.