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 classCachingRlsLbClient.BackoffRefreshListenerLbStatusListener refreshesCachingRlsLbClient.BackoffCacheEntrywhen lb state is changed toConnectivityState.READYfromConnectivityState.TRANSIENT_FAILURE.Fields in io.grpc.rls declared as LbPolicyConfiguration.ChildLbStatusListener Modifier and Type Field Description private LbPolicyConfiguration.ChildLbStatusListenerLbPolicyConfiguration.RefCountedChildPolicyWrapperFactory. childLbStatusListenerprivate LbPolicyConfiguration.ChildLbStatusListenerLbPolicyConfiguration.ChildPolicyWrapper.ChildPolicyReportingHelper. listenerConstructors 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)
-