Package io.grpc.util
Class OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjection.Builder
java.lang.Object
io.grpc.util.OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjection.Builder
- Enclosing class:
OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjection
public static final class OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjection.Builder
extends Object
Builds new instances of
OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjection
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds a new instance ofOutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjection
.setEnforcementPercentage
(Integer enforcementPercentage) Only eject this percentage of outliers.setMinimumHosts
(Integer minimumHosts) The minimum amount of hosts needed for success rate ejection.setRequestVolume
(Integer requestVolume) The minimum address request volume to be considered for success rate ejection.setStdevFactor
(Integer stdevFactor) The product of this and the standard deviation of success rates determine the ejection threshold.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setStdevFactor
public OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjection.Builder setStdevFactor(Integer stdevFactor) The product of this and the standard deviation of success rates determine the ejection threshold. -
setEnforcementPercentage
public OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjection.Builder setEnforcementPercentage(Integer enforcementPercentage) Only eject this percentage of outliers. -
setMinimumHosts
public OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjection.Builder setMinimumHosts(Integer minimumHosts) The minimum amount of hosts needed for success rate ejection. -
setRequestVolume
public OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjection.Builder setRequestVolume(Integer requestVolume) The minimum address request volume to be considered for success rate ejection. -
build
Builds a new instance ofOutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjection
.
-