Uses of Class
io.grpc.LoadBalancer.Helper
-
Packages that use LoadBalancer.Helper Package Description io.grpc The gRPC core public API.io.grpc.protobuf.services Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.io.grpc.util Utilities with advanced features in the core layer that user can optionally use.io.grpc.xds.orca -
-
Uses of LoadBalancer.Helper in io.grpc
Methods in io.grpc with parameters of type LoadBalancer.Helper Modifier and Type Method Description abstract LoadBalancer
LoadBalancer.Factory. newLoadBalancer(LoadBalancer.Helper helper)
Creates aLoadBalancer
that will be used inside a channel. -
Uses of LoadBalancer.Helper in io.grpc.protobuf.services
Methods in io.grpc.protobuf.services with parameters of type LoadBalancer.Helper Modifier and Type Method Description static LoadBalancer
HealthCheckingLoadBalancerUtil. newHealthCheckingLoadBalancer(LoadBalancer.Factory factory, LoadBalancer.Helper helper)
Creates a health-checking-capable LoadBalancer. -
Uses of LoadBalancer.Helper in io.grpc.util
Subclasses of LoadBalancer.Helper in io.grpc.util Modifier and Type Class Description class
ForwardingLoadBalancerHelper
class
HealthProducerHelper
A newLoadBalancer.Helper
used by health producer systems to build health notification chain, viaLoadBalancer.CreateSubchannelArgs
.Methods in io.grpc.util that return LoadBalancer.Helper Modifier and Type Method Description protected abstract LoadBalancer.Helper
ForwardingLoadBalancerHelper. delegate()
Returns the underlying helper.protected LoadBalancer.Helper
HealthProducerHelper. delegate()
Constructors in io.grpc.util with parameters of type LoadBalancer.Helper Constructor Description GracefulSwitchLoadBalancer(LoadBalancer.Helper helper)
HealthProducerHelper(LoadBalancer.Helper helper)
-
Uses of LoadBalancer.Helper in io.grpc.xds.orca
Methods in io.grpc.xds.orca that return LoadBalancer.Helper Modifier and Type Method Description static LoadBalancer.Helper
OrcaOobUtil. newOrcaReportingHelper(LoadBalancer.Helper delegate)
Creates a newLoadBalancer.Helper
with providedOrcaOobUtil.OrcaOobReportListener
installed to receive callback when an out-of-band ORCA report is received.Methods in io.grpc.xds.orca with parameters of type LoadBalancer.Helper Modifier and Type Method Description static LoadBalancer.Helper
OrcaOobUtil. newOrcaReportingHelper(LoadBalancer.Helper delegate)
Creates a newLoadBalancer.Helper
with providedOrcaOobUtil.OrcaOobReportListener
installed to receive callback when an out-of-band ORCA report is received.
-