Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
Modifier and Type | Field and 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.
|
Modifier and Type | Method and Description |
---|---|
LoadBalancer |
Queue.getLoadBalancer() |
protected LoadBalancer |
LoadBalancer.sanitize()
Wraps this
LoadBalancer into a decorator that tests the basic sanity of the implementation. |
Modifier and Type | Method and Description |
---|---|
void |
Queue.setLoadBalancer(LoadBalancer loadBalancer) |
Constructor and Description |
---|
Queue(LoadBalancer loadBalancer) |
Copyright © 2019. All rights reserved.