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_KEYMethods in io.grpc with parameters of type LoadBalancer.SubchannelStateListener Modifier and Type Method Description voidLoadBalancer.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 classPickFirstLeafLoadBalancer.HealthListenerMethods in io.grpc.internal with parameters of type LoadBalancer.SubchannelStateListener Modifier and Type Method Description voidManagedChannelImpl.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 classHealthCheckingLoadBalancerFactory.HealthCheckStateFields in io.grpc.protobuf.services declared as LoadBalancer.SubchannelStateListener Modifier and Type Field Description private LoadBalancer.SubchannelStateListenerHealthCheckingLoadBalancerFactory.HealthCheckState. stateListenerMethods in io.grpc.protobuf.services with parameters of type LoadBalancer.SubchannelStateListener Modifier and Type Method Description (package private) voidHealthCheckingLoadBalancerFactory.HealthCheckState. init(LoadBalancer.SubchannelStateListener listener)voidHealthCheckingLoadBalancerFactory.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) classOutlierDetectionLoadBalancer.OutlierDetectionSubchannel.OutlierDetectionSubchannelStateListenerWraps 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.SubchannelStateListenerOutlierDetectionLoadBalancer.OutlierDetectionSubchannel.OutlierDetectionSubchannelStateListener. delegateprivate LoadBalancer.SubchannelStateListenerHealthProducerHelper.HealthProducerSubchannel. healthListenerprivate LoadBalancer.SubchannelStateListenerOutlierDetectionLoadBalancer.OutlierDetectionSubchannel. subchannelStateListenerMethods in io.grpc.util with parameters of type LoadBalancer.SubchannelStateListener Modifier and Type Method Description voidForwardingSubchannel. start(LoadBalancer.SubchannelStateListener listener)voidHealthProducerHelper.HealthProducerSubchannel. start(LoadBalancer.SubchannelStateListener listener)voidOutlierDetectionLoadBalancer.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)
-