Uses of Class
io.grpc.util.OutlierDetectionLoadBalancer.EndpointTracker
-
Packages that use OutlierDetectionLoadBalancer.EndpointTracker Package Description io.grpc.util 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.EndpointTracker Modifier and Type Field Description private OutlierDetectionLoadBalancer.EndpointTrackerOutlierDetectionLoadBalancer.OutlierDetectionSubchannel. endpointTrackerprivate OutlierDetectionLoadBalancer.EndpointTrackerOutlierDetectionLoadBalancer.OutlierDetectionPicker.ResultCountingClientStreamTracerFactory. trackerFields in io.grpc.util with type parameters of type OutlierDetectionLoadBalancer.EndpointTracker Modifier and Type Field Description (package private) java.util.Map<java.net.SocketAddress,OutlierDetectionLoadBalancer.EndpointTracker>OutlierDetectionLoadBalancer. addressMapprivate static Attributes.Key<OutlierDetectionLoadBalancer.EndpointTracker>OutlierDetectionLoadBalancer. ENDPOINT_TRACKER_KEYprivate java.util.Map<java.util.Set<java.net.SocketAddress>,OutlierDetectionLoadBalancer.EndpointTracker>OutlierDetectionLoadBalancer.EndpointTrackerMap. trackerMapMethods in io.grpc.util that return types with arguments of type OutlierDetectionLoadBalancer.EndpointTracker Modifier and Type Method Description protected java.util.Map<java.util.Set<java.net.SocketAddress>,OutlierDetectionLoadBalancer.EndpointTracker>OutlierDetectionLoadBalancer.EndpointTrackerMap. delegate()private static java.util.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.EndpointTracker Modifier and Type Method Description (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.EndpointTracker Constructor Description ResultCountingClientStreamTracerFactory(OutlierDetectionLoadBalancer.EndpointTracker tracker, ClientStreamTracer.Factory delegateFactory)
-