Uses of Class
io.grpc.LoadBalancer.Helper
Packages that use LoadBalancer.Helper
Package
Description
The gRPC core public API.
Interfaces and implementations that are internal to gRPC.
Utilities with advanced features in the core layer that user can optionally use.
-
Uses of LoadBalancer.Helper in io.grpc
Methods in io.grpc with parameters of type LoadBalancer.HelperModifier and TypeMethodDescriptionabstract LoadBalancer
LoadBalancer.Factory.newLoadBalancer
(LoadBalancer.Helper helper) Creates aLoadBalancer
that will be used inside a channel. -
Uses of LoadBalancer.Helper in io.grpc.internal
Methods in io.grpc.internal with parameters of type LoadBalancer.HelperModifier and TypeMethodDescriptionAutoConfiguredLoadBalancerFactory.newLoadBalancer
(LoadBalancer.Helper helper) PickFirstLoadBalancerProvider.newLoadBalancer
(LoadBalancer.Helper helper) -
Uses of LoadBalancer.Helper in io.grpc.util
Subclasses of LoadBalancer.Helper in io.grpc.utilModifier and TypeClassDescriptionclass
final class
A newLoadBalancer.Helper
used by health producer systems to build health notification chain, viaLoadBalancer.CreateSubchannelArgs
.protected class
ChildLbStateHelper is the glue between ChildLbState and the helpers associated with the petiole policy above and the PickFirstLoadBalancer's helper below.Methods in io.grpc.util that return LoadBalancer.HelperModifier and TypeMethodDescriptionprotected abstract LoadBalancer.Helper
ForwardingLoadBalancerHelper.delegate()
Returns the underlying helper.protected LoadBalancer.Helper
HealthProducerHelper.delegate()
protected LoadBalancer.Helper
MultiChildLoadBalancer.ChildLbState.ChildLbStateHelper.delegate()
protected final LoadBalancer.Helper
MultiChildLoadBalancer.getHelper()
Methods in io.grpc.util with parameters of type LoadBalancer.HelperModifier and TypeMethodDescriptionOutlierDetectionLoadBalancerProvider.newLoadBalancer
(LoadBalancer.Helper helper) Constructors in io.grpc.util with parameters of type LoadBalancer.HelperModifierConstructorDescriptionprotected
OutlierDetectionLoadBalancer
(LoadBalancer.Helper helper, TimeProvider timeProvider) Creates a new instance ofOutlierDetectionLoadBalancer
.