Uses of Class
io.grpc.util.OutlierDetectionLoadBalancer.OutlierDetectionSubchannel
-
Packages that use OutlierDetectionLoadBalancer.OutlierDetectionSubchannel Package Description io.grpc.util 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.OutlierDetectionSubchannel Modifier and Type Field Description private java.util.Set<OutlierDetectionLoadBalancer.OutlierDetectionSubchannel>
OutlierDetectionLoadBalancer.EndpointTracker. subchannels
Methods in io.grpc.util that return types with arguments of type OutlierDetectionLoadBalancer.OutlierDetectionSubchannel Modifier and Type Method Description (package private) java.util.Set<OutlierDetectionLoadBalancer.OutlierDetectionSubchannel>
OutlierDetectionLoadBalancer.EndpointTracker. getSubchannels()
Methods in io.grpc.util with parameters of type OutlierDetectionLoadBalancer.OutlierDetectionSubchannel Modifier and Type Method Description (package private) boolean
OutlierDetectionLoadBalancer.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) boolean
OutlierDetectionLoadBalancer.EndpointTracker. containsSubchannel(OutlierDetectionLoadBalancer.OutlierDetectionSubchannel subchannel)
(package private) boolean
OutlierDetectionLoadBalancer.EndpointTracker. removeSubchannel(OutlierDetectionLoadBalancer.OutlierDetectionSubchannel subchannel)
-