Uses of Interface
io.grpc.util.OutlierDetectionLoadBalancer.OutlierEjectionAlgorithm
-
Packages that use OutlierDetectionLoadBalancer.OutlierEjectionAlgorithm Package Description io.grpc.util 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.OutlierEjectionAlgorithm Modifier and Type Class Description (package private) static class
OutlierDetectionLoadBalancer.FailurePercentageOutlierEjectionAlgorithm
(package private) static class
OutlierDetectionLoadBalancer.SuccessRateOutlierEjectionAlgorithm
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.OutlierEjectionAlgorithm Modifier and Type Method Description static java.util.List<OutlierDetectionLoadBalancer.OutlierEjectionAlgorithm>
OutlierDetectionLoadBalancer.OutlierEjectionAlgorithm. forConfig(OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig config, ChannelLogger logger)
Builds a list of algorithms that are enabled in the given config.
-