Uses of Class
hudson.model.LoadBalancer
Packages that use LoadBalancer
-
Uses of LoadBalancer in hudson.model
Fields in hudson.model declared as LoadBalancerModifier and TypeFieldDescriptionstatic final LoadBalancer
LoadBalancer.CONSISTENT_HASH
Uses a consistent hash for scheduling.static final LoadBalancer
LoadBalancer.DEFAULT
Deprecated.as of 1.377 The only implementation in the core now is the one based on consistent hash.Methods in hudson.model that return LoadBalancerModifier and TypeMethodDescriptionQueue.getLoadBalancer()
protected LoadBalancer
LoadBalancer.sanitize()
Wraps thisLoadBalancer
into a decorator that tests the basic sanity of the implementation.Methods in hudson.model with parameters of type LoadBalancerConstructors in hudson.model with parameters of type LoadBalancer