Uses of Interface
io.grpc.util.OutlierDetectionLoadBalancer.OutlierEjectionAlgorithm
Packages that use OutlierDetectionLoadBalancer.OutlierEjectionAlgorithm
Package
Description
Utilities with advanced features in the core layer that user can optionally use.
-
Uses of OutlierDetectionLoadBalancer.OutlierEjectionAlgorithm in io.grpc.util
Classes in io.grpc.util that implement OutlierDetectionLoadBalancer.OutlierEjectionAlgorithmModifier and TypeClassDescription(package private) static class
(package private) static class
This algorithm ejects addresses that don't maintain a required rate of successful calls.Methods in io.grpc.util that return types with arguments of type OutlierDetectionLoadBalancer.OutlierEjectionAlgorithmModifier and TypeMethodDescriptionOutlierDetectionLoadBalancer.OutlierEjectionAlgorithm.forConfig
(OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig config, ChannelLogger logger) Builds a list of algorithms that are enabled in the given config.