Uses of Class
io.grpc.util.OutlierDetectionLoadBalancer.OutlierDetectionSubchannel
Packages that use OutlierDetectionLoadBalancer.OutlierDetectionSubchannel
Package
Description
Utilities with advanced features in the core layer that user can optionally use.
-
Uses of OutlierDetectionLoadBalancer.OutlierDetectionSubchannel in io.grpc.util
Fields in io.grpc.util with type parameters of type OutlierDetectionLoadBalancer.OutlierDetectionSubchannelModifier and TypeFieldDescriptionprivate final Set<OutlierDetectionLoadBalancer.OutlierDetectionSubchannel> OutlierDetectionLoadBalancer.EndpointTracker.subchannelsMethods in io.grpc.util that return types with arguments of type OutlierDetectionLoadBalancer.OutlierDetectionSubchannelModifier and TypeMethodDescription(package private) Set<OutlierDetectionLoadBalancer.OutlierDetectionSubchannel> OutlierDetectionLoadBalancer.EndpointTracker.getSubchannels()Methods in io.grpc.util with parameters of type OutlierDetectionLoadBalancer.OutlierDetectionSubchannelModifier and TypeMethodDescription(package private) booleanOutlierDetectionLoadBalancer.EndpointTracker.addSubchannel(OutlierDetectionLoadBalancer.OutlierDetectionSubchannel subchannel) Adds a subchannel to the tracker, while assuring that the subchannel ejection status is updated to match the tracker's if needed.(package private) booleanOutlierDetectionLoadBalancer.EndpointTracker.containsSubchannel(OutlierDetectionLoadBalancer.OutlierDetectionSubchannel subchannel) (package private) booleanOutlierDetectionLoadBalancer.EndpointTracker.removeSubchannel(OutlierDetectionLoadBalancer.OutlierDetectionSubchannel subchannel)