Uses of Class
io.grpc.util.OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjection
Packages that use OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjection
Package
Description
Utilities with advanced features in the core layer that user can optionally use.
-
Uses of OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjection in io.grpc.util
Fields in io.grpc.util declared as OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjectionModifier and TypeFieldDescription(package private) OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjection
OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.Builder.successRateEjection
OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.successRateEjection
Methods in io.grpc.util that return OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjectionModifier and TypeMethodDescriptionOutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjection.Builder.build()
Builds a new instance ofOutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjection
.Methods in io.grpc.util with parameters of type OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjectionModifier and TypeMethodDescriptionOutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.Builder.setSuccessRateEjection
(OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjection successRateEjection) Set to enable success rate ejection.Constructors in io.grpc.util with parameters of type OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjectionModifierConstructorDescriptionprivate
OutlierDetectionLoadBalancerConfig
(Long intervalNanos, Long baseEjectionTimeNanos, Long maxEjectionTimeNanos, Integer maxEjectionPercent, OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjection successRateEjection, OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.FailurePercentageEjection failurePercentageEjection, Object childConfig)