Uses of Interface
io.grpc.rls.LbPolicyConfiguration.ChildLbStatusListener
-
Packages that use LbPolicyConfiguration.ChildLbStatusListener Package Description io.grpc.rls -
-
Uses of LbPolicyConfiguration.ChildLbStatusListener in io.grpc.rls
Classes in io.grpc.rls that implement LbPolicyConfiguration.ChildLbStatusListener Modifier and Type Class Description private class
CachingRlsLbClient.BackoffRefreshListener
LbStatusListener refreshesCachingRlsLbClient.BackoffCacheEntry
when lb state is changed toConnectivityState.READY
fromConnectivityState.TRANSIENT_FAILURE
.Fields in io.grpc.rls declared as LbPolicyConfiguration.ChildLbStatusListener Modifier and Type Field Description private LbPolicyConfiguration.ChildLbStatusListener
LbPolicyConfiguration.RefCountedChildPolicyWrapperFactory. childLbStatusListener
private LbPolicyConfiguration.ChildLbStatusListener
LbPolicyConfiguration.ChildPolicyWrapper.ChildPolicyReportingHelper. listener
Constructors in io.grpc.rls with parameters of type LbPolicyConfiguration.ChildLbStatusListener Constructor Description ChildPolicyReportingHelper(ChildLoadBalancerHelper.ChildLoadBalancerHelperProvider childHelperProvider, LbPolicyConfiguration.ChildLbStatusListener listener)
ChildPolicyWrapper(java.lang.String target, LbPolicyConfiguration.ChildLoadBalancingPolicy childPolicy, ResolvedAddressFactory childLbResolvedAddressFactory, ChildLoadBalancerHelper.ChildLoadBalancerHelperProvider childLbHelperProvider, LbPolicyConfiguration.ChildLbStatusListener childLbStatusListener)
RefCountedChildPolicyWrapperFactory(LbPolicyConfiguration.ChildLoadBalancingPolicy childPolicy, ResolvedAddressFactory childLbResolvedAddressFactory, ChildLoadBalancerHelper.ChildLoadBalancerHelperProvider childLbHelperProvider, LbPolicyConfiguration.ChildLbStatusListener childLbStatusListener)
-