Uses of Class
hudson.model.LoadBalancer
-
Packages that use LoadBalancer Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
. -
-
Uses of LoadBalancer in hudson.model
Fields in hudson.model declared as LoadBalancer Modifier and Type Field Description static LoadBalancer
LoadBalancer. CONSISTENT_HASH
Uses a consistent hash for scheduling.static 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 LoadBalancer Modifier and Type Method Description LoadBalancer
Queue. 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 LoadBalancer Modifier and Type Method Description void
Queue. setLoadBalancer(LoadBalancer loadBalancer)
Constructors in hudson.model with parameters of type LoadBalancer Constructor Description Queue(LoadBalancer loadBalancer)
-