Uses of Class
hudson.model.LoadBalancer
-
Uses of LoadBalancer in hudson.model
Modifier 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.Modifier and TypeMethodDescriptionQueue.getLoadBalancer()
protected LoadBalancer
LoadBalancer.sanitize()
Wraps thisLoadBalancer
into a decorator that tests the basic sanity of the implementation.