Package io.grpc.util
Class OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjection
java.lang.Object
io.grpc.util.OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjection
- Enclosing class:
OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig
public static class OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjection
extends Object
The configuration for success rate ejection.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Builds new instances ofOutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjection
. -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSuccessRateEjection
(Integer stdevFactor, Integer enforcementPercentage, Integer minimumHosts, Integer requestVolume) -
Method Summary
-
Field Details
-
stdevFactor
-
enforcementPercentage
-
minimumHosts
-
requestVolume
-
-
Constructor Details
-
SuccessRateEjection
-