OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjection.Builder |
OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjection.Builder.setEnforcementPercentage(java.lang.Integer enforcementPercentage) |
Only eject this percentage of outliers.
|
OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjection.Builder |
OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjection.Builder.setMinimumHosts(java.lang.Integer minimumHosts) |
The minimum amount of hosts needed for success rate ejection.
|
OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjection.Builder |
OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjection.Builder.setRequestVolume(java.lang.Integer requestVolume) |
The minimum address request volume to be considered for success rate ejection.
|
OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjection.Builder |
OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjection.Builder.setStdevFactor(java.lang.Integer stdevFactor) |
The product of this and the standard deviation of success rates determine the ejection
threshold.
|