Uses of Class
io.grpc.LoadBalancer
Packages that use LoadBalancer
Package
Description
The gRPC core public API.
Interfaces and implementations that are internal to gRPC.
Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.
Utilities with advanced features in the core layer that user can optionally use.
-
Uses of LoadBalancer in io.grpc
Methods in io.grpc that return LoadBalancerModifier and TypeMethodDescriptionabstract LoadBalancerLoadBalancer.Factory.newLoadBalancer(LoadBalancer.Helper helper) Creates aLoadBalancerthat will be used inside a channel. -
Uses of LoadBalancer in io.grpc.grpclb
Methods in io.grpc.grpclb that return LoadBalancerModifier and TypeMethodDescriptionGrpclbLoadBalancerProvider.newLoadBalancer(LoadBalancer.Helper helper) -
Uses of LoadBalancer in io.grpc.internal
Methods in io.grpc.internal that return LoadBalancerModifier and TypeMethodDescriptionAutoConfiguredLoadBalancerFactory.AutoConfiguredLoadBalancer.getDelegate()PickFirstLoadBalancerProvider.newLoadBalancer(LoadBalancer.Helper helper) -
Uses of LoadBalancer in io.grpc.protobuf.services
Methods in io.grpc.protobuf.services that return LoadBalancerModifier and TypeMethodDescriptionstatic LoadBalancerHealthCheckingLoadBalancerUtil.newHealthCheckingLoadBalancer(LoadBalancer.Factory factory, LoadBalancer.Helper helper) Creates a health-checking-capable LoadBalancer. -
Uses of LoadBalancer in io.grpc.protobuf.services.internal
Methods in io.grpc.protobuf.services.internal that return LoadBalancerModifier and TypeMethodDescriptionHealthCheckingRoundRobinLoadBalancerProvider.newLoadBalancer(LoadBalancer.Helper helper) -
Uses of LoadBalancer in io.grpc.rls
Methods in io.grpc.rls that return LoadBalancerModifier and TypeMethodDescriptionRlsLoadBalancerProvider.newLoadBalancer(LoadBalancer.Helper helper) -
Uses of LoadBalancer in io.grpc.util
Subclasses of LoadBalancer in io.grpc.utilModifier and TypeClassDescriptionclassfinal classA load balancer that gracefully swaps to a new lb policy.classA base load balancing policy for those policies which has multiple children such as ClusterManager or the petiole policies.final classWraps a childLoadBalancerwhile monitoring for outlier backends and removing them from the use of the child LB.Methods in io.grpc.util that return LoadBalancerModifier and TypeMethodDescriptionprotected abstract LoadBalancerForwardingLoadBalancer.delegate()Returns the underlying balancer.protected LoadBalancerGracefulSwitchLoadBalancer.delegate()final LoadBalancerMultiChildLoadBalancer.ChildLbState.getLb()OutlierDetectionLoadBalancerProvider.newLoadBalancer(LoadBalancer.Helper helper)