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.EndpointTracker
OutlierDetectionLoadBalancer.OutlierDetectionSubchannel. endpointTracker
private OutlierDetectionLoadBalancer.EndpointTracker
OutlierDetectionLoadBalancer.OutlierDetectionPicker.ResultCountingClientStreamTracerFactory. tracker
Fields 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. addressMap
private static Attributes.Key<OutlierDetectionLoadBalancer.EndpointTracker>
OutlierDetectionLoadBalancer. ENDPOINT_TRACKER_KEY
private java.util.Map<java.util.Set<java.net.SocketAddress>,OutlierDetectionLoadBalancer.EndpointTracker>
OutlierDetectionLoadBalancer.EndpointTrackerMap. trackerMap
Methods 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) 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.EndpointTracker Constructor Description ResultCountingClientStreamTracerFactory(OutlierDetectionLoadBalancer.EndpointTracker tracker, ClientStreamTracer.Factory delegateFactory)
-