Package io.grpc.util

Class OutlierDetectionLoadBalancer.EndpointTrackerMap

java.lang.Object
com.google.common.collect.ForwardingObject
com.google.common.collect.ForwardingMap<Set<SocketAddress>,OutlierDetectionLoadBalancer.EndpointTracker>
io.grpc.util.OutlierDetectionLoadBalancer.EndpointTrackerMap
All Implemented Interfaces:
Map<Set<SocketAddress>,OutlierDetectionLoadBalancer.EndpointTracker>
Enclosing class:
OutlierDetectionLoadBalancer

static class OutlierDetectionLoadBalancer.EndpointTrackerMap extends com.google.common.collect.ForwardingMap<Set<SocketAddress>,OutlierDetectionLoadBalancer.EndpointTracker>
Maintains a mapping from endpoint (a set of addresses) to their trackers.