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. subchannelsMethods 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) 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)
-