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
Subclasses with type arguments of type OutlierDetectionLoadBalancer.EndpointTracker in io.grpc.utilModifier and TypeClassDescription(package private) static classMaintains a mapping from endpoint (a set of addresses) to their trackers.Fields in io.grpc.util declared as OutlierDetectionLoadBalancer.EndpointTrackerModifier and TypeFieldDescriptionOutlierDetectionLoadBalancer.OutlierDetectionSubchannel.endpointTrackerprivate final OutlierDetectionLoadBalancer.EndpointTrackerOutlierDetectionLoadBalancer.OutlierDetectionPicker.ResultCountingClientStreamTracerFactory.trackerFields in io.grpc.util with type parameters of type OutlierDetectionLoadBalancer.EndpointTrackerModifier and TypeFieldDescription(package private) final Map<SocketAddress, OutlierDetectionLoadBalancer.EndpointTracker> OutlierDetectionLoadBalancer.addressMapprivate static final Attributes.Key<OutlierDetectionLoadBalancer.EndpointTracker> OutlierDetectionLoadBalancer.ENDPOINT_TRACKER_KEYprivate final Map<Set<SocketAddress>, OutlierDetectionLoadBalancer.EndpointTracker> OutlierDetectionLoadBalancer.EndpointTrackerMap.trackerMapMethods in io.grpc.util that return types with arguments of type OutlierDetectionLoadBalancer.EndpointTrackerModifier and TypeMethodDescriptionprotected Map<Set<SocketAddress>, OutlierDetectionLoadBalancer.EndpointTracker> OutlierDetectionLoadBalancer.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) voidOutlierDetectionLoadBalancer.OutlierDetectionSubchannel.setEndpointTracker(OutlierDetectionLoadBalancer.EndpointTracker endpointTracker) If theLoadBalancer.Subchannelis considered for outlier detection the associatedOutlierDetectionLoadBalancer.EndpointTrackershould be set.Constructors in io.grpc.util with parameters of type OutlierDetectionLoadBalancer.EndpointTrackerModifierConstructorDescription(package private)ResultCountingClientStreamTracerFactory(OutlierDetectionLoadBalancer.EndpointTracker tracker, ClientStreamTracer.Factory delegateFactory)