Uses of Class
io.grpc.util.OutlierDetectionLoadBalancer.EndpointTracker
Packages that use OutlierDetectionLoadBalancer.EndpointTracker
Package
Description
Utilities with advanced features in the core layer that user can optionally use.
-
Uses of OutlierDetectionLoadBalancer.EndpointTracker in io.grpc.util
Fields in io.grpc.util declared as OutlierDetectionLoadBalancer.EndpointTrackerModifier and TypeFieldDescriptionOutlierDetectionLoadBalancer.OutlierDetectionSubchannel.endpointTracker
private final OutlierDetectionLoadBalancer.EndpointTracker
OutlierDetectionLoadBalancer.OutlierDetectionPicker.ResultCountingClientStreamTracerFactory.tracker
Fields in io.grpc.util with type parameters of type OutlierDetectionLoadBalancer.EndpointTrackerModifier and TypeFieldDescription(package private) final Map
<SocketAddress, OutlierDetectionLoadBalancer.EndpointTracker> OutlierDetectionLoadBalancer.addressMap
private static final Attributes.Key
<OutlierDetectionLoadBalancer.EndpointTracker> OutlierDetectionLoadBalancer.ENDPOINT_TRACKER_KEY
private final Map
<Set<SocketAddress>, OutlierDetectionLoadBalancer.EndpointTracker> OutlierDetectionLoadBalancer.EndpointTrackerMap.trackerMap
Methods in io.grpc.util that return types with arguments of type OutlierDetectionLoadBalancer.EndpointTrackerModifier and TypeMethodDescriptionOutlierDetectionLoadBalancer.EndpointTrackerMap.delegate()
private static List
<OutlierDetectionLoadBalancer.EndpointTracker> OutlierDetectionLoadBalancer.trackersWithVolume
(OutlierDetectionLoadBalancer.EndpointTrackerMap trackerMap, int volume) Returns only the trackers that have the minimum configured volume to be considered.Methods in io.grpc.util with parameters of type OutlierDetectionLoadBalancer.EndpointTrackerModifier and TypeMethodDescription(package private) void
OutlierDetectionLoadBalancer.OutlierDetectionSubchannel.setEndpointTracker
(OutlierDetectionLoadBalancer.EndpointTracker endpointTracker) If theLoadBalancer.Subchannel
is considered for outlier detection the associatedOutlierDetectionLoadBalancer.EndpointTracker
should be set.Constructors in io.grpc.util with parameters of type OutlierDetectionLoadBalancer.EndpointTrackerModifierConstructorDescription(package private)
ResultCountingClientStreamTracerFactory
(OutlierDetectionLoadBalancer.EndpointTracker tracker, ClientStreamTracer.Factory delegateFactory)