Uses of Class
hudson.model.LoadBalancer

Packages that use LoadBalancer
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
 

Uses of LoadBalancer in hudson.model
 

Fields in hudson.model declared as LoadBalancer
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
 LoadBalancer Queue.getLoadBalancer()
           
protected  LoadBalancer LoadBalancer.sanitize()
          Wraps this LoadBalancer into a decorator that tests the basic sanity of the implementation.
 

Methods in hudson.model with parameters of type LoadBalancer
 void Queue.setLoadBalancer(LoadBalancer loadBalancer)
           
 

Constructors in hudson.model with parameters of type LoadBalancer
Queue(LoadBalancer loadBalancer)
           
 



Copyright © 2004-2013. All Rights Reserved.