Uses of Class
io.grpc.util.OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjection.Builder
Packages that use OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjection.Builder
Package
Description
Utilities with advanced features in the core layer that user can optionally use.
-
Uses of OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjection.Builder in io.grpc.util
Methods in io.grpc.util that return OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjection.BuilderModifier and TypeMethodDescriptionOutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjection.Builder.setEnforcementPercentage
(Integer enforcementPercentage) Only eject this percentage of outliers.OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjection.Builder.setMinimumHosts
(Integer minimumHosts) The minimum amount of hosts needed for success rate ejection.OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjection.Builder.setRequestVolume
(Integer requestVolume) The minimum address request volume to be considered for success rate ejection.OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjection.Builder.setStdevFactor
(Integer stdevFactor) The product of this and the standard deviation of success rates determine the ejection threshold.