Uses of Interface
io.grpc.LoadBalancer.SubchannelStateListener
-
Packages that use LoadBalancer.SubchannelStateListener Package Description io.grpc The gRPC core public API.io.grpc.internal Interfaces and implementations that are internal to gRPC.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. -
-
Uses of LoadBalancer.SubchannelStateListener in io.grpc
Fields in io.grpc with type parameters of type LoadBalancer.SubchannelStateListener Modifier and Type Field Description static LoadBalancer.CreateSubchannelArgs.Key<LoadBalancer.SubchannelStateListener>
LoadBalancer. HEALTH_CONSUMER_LISTENER_ARG_KEY
Methods in io.grpc with parameters of type LoadBalancer.SubchannelStateListener Modifier and Type Method Description void
LoadBalancer.Subchannel. start(LoadBalancer.SubchannelStateListener listener)
Starts the Subchannel. -
Uses of LoadBalancer.SubchannelStateListener in io.grpc.internal
Classes in io.grpc.internal that implement LoadBalancer.SubchannelStateListener Modifier and Type Class Description private class
PickFirstLeafLoadBalancer.HealthListener
Methods in io.grpc.internal with parameters of type LoadBalancer.SubchannelStateListener Modifier and Type Method Description void
ManagedChannelImpl.SubchannelImpl. start(LoadBalancer.SubchannelStateListener listener)
-
Uses of LoadBalancer.SubchannelStateListener in io.grpc.protobuf.services
Classes in io.grpc.protobuf.services that implement LoadBalancer.SubchannelStateListener Modifier and Type Class Description private class
HealthCheckingLoadBalancerFactory.HealthCheckState
Fields in io.grpc.protobuf.services declared as LoadBalancer.SubchannelStateListener Modifier and Type Field Description private LoadBalancer.SubchannelStateListener
HealthCheckingLoadBalancerFactory.HealthCheckState. stateListener
Methods in io.grpc.protobuf.services with parameters of type LoadBalancer.SubchannelStateListener Modifier and Type Method Description (package private) void
HealthCheckingLoadBalancerFactory.HealthCheckState. init(LoadBalancer.SubchannelStateListener listener)
void
HealthCheckingLoadBalancerFactory.SubchannelImpl. start(LoadBalancer.SubchannelStateListener listener)
Constructors in io.grpc.protobuf.services with parameters of type LoadBalancer.SubchannelStateListener Constructor Description HealthCheckState(HealthCheckingLoadBalancerFactory.HelperImpl helperImpl, SynchronizationContext syncContext, java.util.concurrent.ScheduledExecutorService timerService, LoadBalancer.SubchannelStateListener healthListener)
-
Uses of LoadBalancer.SubchannelStateListener in io.grpc.util
Classes in io.grpc.util that implement LoadBalancer.SubchannelStateListener Modifier and Type Class Description (package private) class
OutlierDetectionLoadBalancer.OutlierDetectionSubchannel.OutlierDetectionSubchannelStateListener
Wraps the actual listener so that state changes from the actual one can be intercepted.Fields in io.grpc.util declared as LoadBalancer.SubchannelStateListener Modifier and Type Field Description private LoadBalancer.SubchannelStateListener
OutlierDetectionLoadBalancer.OutlierDetectionSubchannel.OutlierDetectionSubchannelStateListener. delegate
private LoadBalancer.SubchannelStateListener
HealthProducerHelper.HealthProducerSubchannel. healthListener
private LoadBalancer.SubchannelStateListener
OutlierDetectionLoadBalancer.OutlierDetectionSubchannel. subchannelStateListener
Methods in io.grpc.util with parameters of type LoadBalancer.SubchannelStateListener Modifier and Type Method Description void
ForwardingSubchannel. start(LoadBalancer.SubchannelStateListener listener)
void
HealthProducerHelper.HealthProducerSubchannel. start(LoadBalancer.SubchannelStateListener listener)
void
OutlierDetectionLoadBalancer.OutlierDetectionSubchannel. start(LoadBalancer.SubchannelStateListener listener)
Constructors in io.grpc.util with parameters of type LoadBalancer.SubchannelStateListener Constructor Description HealthProducerSubchannel(LoadBalancer.Subchannel delegate, LoadBalancer.SubchannelStateListener healthListener)
OutlierDetectionSubchannelStateListener(LoadBalancer.SubchannelStateListener delegate)
-