Uses of Class
io.grpc.util.ForwardingLoadBalancerHelper
-
Packages that use ForwardingLoadBalancerHelper Package Description io.grpc.protobuf.services Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.io.grpc.rls io.grpc.util Utilities with advanced features in the core layer that user can optionally use. -
-
Uses of ForwardingLoadBalancerHelper in io.grpc.protobuf.services
Subclasses of ForwardingLoadBalancerHelper in io.grpc.protobuf.services Modifier and Type Class Description private classHealthCheckingLoadBalancerFactory.HelperImpl -
Uses of ForwardingLoadBalancerHelper in io.grpc.rls
Subclasses of ForwardingLoadBalancerHelper in io.grpc.rls Modifier and Type Class Description private static classCachingRlsLbClient.RlsLbHelper(package private) classChildLoadBalancerHelperA delegatingLoadBalancer.Helperfor the child load blanacer.(package private) classLbPolicyConfiguration.ChildPolicyWrapper.ChildPolicyReportingHelperA delegatingLoadBalancer.Helpermaintains status ofLbPolicyConfiguration.ChildPolicyWrapperwhenLoadBalancer.Subchannelstatus changed. -
Uses of ForwardingLoadBalancerHelper in io.grpc.util
Subclasses of ForwardingLoadBalancerHelper in io.grpc.util Modifier and Type Class Description classHealthProducerHelperA newLoadBalancer.Helperused by health producer systems to build health notification chain, viaLoadBalancer.CreateSubchannelArgs.protected classMultiChildLoadBalancer.ChildLbState.ChildLbStateHelperChildLbStateHelper is the glue between ChildLbState and the helpers associated with the petiole policy above and the PickFirstLoadBalancer's helper below.(package private) classOutlierDetectionLoadBalancer.ChildHelperThis child helper wraps the provided helper so that it can hand out wrappedOutlierDetectionLoadBalancer.OutlierDetectionSubchannels and manage the address info map.
-