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 (package private) OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjectionOutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.Builder. successRateEjectionOutlierDetectionLoadBalancer.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.Constructors in io.grpc.util with parameters of type OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjection Constructor Description OutlierDetectionLoadBalancerConfig(java.lang.Long intervalNanos, java.lang.Long baseEjectionTimeNanos, java.lang.Long maxEjectionTimeNanos, java.lang.Integer maxEjectionPercent, OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.SuccessRateEjection successRateEjection, OutlierDetectionLoadBalancer.OutlierDetectionLoadBalancerConfig.FailurePercentageEjection failurePercentageEjection, java.lang.Object childConfig)
-