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 class
HealthCheckingLoadBalancerFactory.HelperImpl
-
Uses of ForwardingLoadBalancerHelper in io.grpc.rls
Subclasses of ForwardingLoadBalancerHelper in io.grpc.rls Modifier and Type Class Description private static class
CachingRlsLbClient.RlsLbHelper
(package private) class
ChildLoadBalancerHelper
A delegatingLoadBalancer.Helper
for the child load blanacer.(package private) class
LbPolicyConfiguration.ChildPolicyWrapper.ChildPolicyReportingHelper
A delegatingLoadBalancer.Helper
maintains status ofLbPolicyConfiguration.ChildPolicyWrapper
whenLoadBalancer.Subchannel
status changed. -
Uses of ForwardingLoadBalancerHelper in io.grpc.util
Subclasses of ForwardingLoadBalancerHelper in io.grpc.util Modifier and Type Class Description class
HealthProducerHelper
A newLoadBalancer.Helper
used by health producer systems to build health notification chain, viaLoadBalancer.CreateSubchannelArgs
.protected class
MultiChildLoadBalancer.ChildLbState.ChildLbStateHelper
ChildLbStateHelper is the glue between ChildLbState and the helpers associated with the petiole policy above and the PickFirstLoadBalancer's helper below.(package private) class
OutlierDetectionLoadBalancer.ChildHelper
This child helper wraps the provided helper so that it can hand out wrappedOutlierDetectionLoadBalancer.OutlierDetectionSubchannel
s and manage the address info map.
-