Uses of Class
io.smallrye.stork.loadbalancer.leastresponsetime.LeastResponseTimeConfiguration
-
-
Uses of LeastResponseTimeConfiguration in io.smallrye.stork.loadbalancer.leastresponsetime
Methods in io.smallrye.stork.loadbalancer.leastresponsetime that return LeastResponseTimeConfiguration Modifier and Type Method Description LeastResponseTimeConfigurationLeastResponseTimeConfiguration. withDecliningFactor(String value)Set the 'declining-factor' attribute.LeastResponseTimeConfigurationLeastResponseTimeConfiguration. withErrorPenalty(String value)Set the 'error-penalty' attribute.LeastResponseTimeConfigurationLeastResponseTimeConfiguration. withUseSecureRandom(String value)Set the 'use-secure-random' attribute.Methods in io.smallrye.stork.loadbalancer.leastresponsetime with parameters of type LeastResponseTimeConfiguration Modifier and Type Method Description LoadBalancerLeastResponseTimeLoadBalancerProvider. createLoadBalancer(LeastResponseTimeConfiguration config, ServiceDiscovery serviceDiscovery)Constructors in io.smallrye.stork.loadbalancer.leastresponsetime with parameters of type LeastResponseTimeConfiguration Constructor Description LeastResponseTimeLoadBalancer(LeastResponseTimeConfiguration config)Creates a new LeastResponseTimeLoadBalancer.
-