Uses of Class
io.grpc.util.OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjection
-
Packages that use OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjection Package Description io.grpc.util 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.SuccessRateEjection Modifier and Type Field Description OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjectionOutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig. successRateEjectionMethods in io.grpc.util that return OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjection Modifier and Type Method Description OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjectionOutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjection.Builder. build()Builds a new instance ofOutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjection.Methods in io.grpc.util with parameters of type OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjection Modifier and Type Method Description OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.BuilderOutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.Builder. setSuccessRateEjection(OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjection successRateEjection)Set to enable success rate ejection.
-