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 TypeFieldDescriptionOutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.successRateEjectionMethods 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.