| Package | Description |
|---|---|
| org.wildfly.swarm.config.undertow.configuration | |
| org.wildfly.swarm.config.undertow.configuration.mod_cluster |
| Modifier and Type | Method and Description |
|---|---|
List<Balancer> |
ModCluster.ModClusterResources.balancers()
Get the list of org.wildfly.swarm.config.undertow.configuration.mod_cluster.Balancer resources
|
| Modifier and Type | Method and Description |
|---|---|
ModCluster |
ModCluster.balancer(Balancer value)
Add the org.wildfly.swarm.config.undertow.configuration.mod_cluster.Balancer object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
ModCluster |
ModCluster.balancers(List<Balancer> value)
Add all org.wildfly.swarm.config.undertow.configuration.mod_cluster.Balancer objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
Balancer |
Balancer.loadBalancingGroup(LoadBalancingGroup value)
Add the org.wildfly.swarm.config.undertow.configuration.mod_cluster.balancer.LoadBalancingGroup object to the list of subresources
|
Balancer |
Balancer.loadBalancingGroups(List<LoadBalancingGroup> value)
Add all org.wildfly.swarm.config.undertow.configuration.mod_cluster.balancer.LoadBalancingGroup objects to this subresource
|
Balancer |
Balancer.maxAttempts(Integer value)
The number of attempts to send the request to a backend server
|
Balancer |
Balancer.node(Node value)
Add the org.wildfly.swarm.config.undertow.configuration.mod_cluster.balancer.Node object to the list of subresources
|
Balancer |
Balancer.nodes(List<Node> value)
Add all org.wildfly.swarm.config.undertow.configuration.mod_cluster.balancer.Node objects to this subresource
|
Balancer |
Balancer.stickySession(Boolean value)
If sticky sessions are enabled
|
Balancer |
Balancer.stickySessionCookie(String value)
The session cookie name
|
Balancer |
Balancer.stickySessionForce(Boolean value)
If this is true then an error will be returned if the request cannot be routed to the sticky node, otherwise it will be routed to another node
|
Balancer |
Balancer.stickySessionPath(String value)
The path of the sticky session cookie
|
Balancer |
Balancer.stickySessionRemove(Boolean value)
Remove the session cookie if the request cannot be routed to the correct host
|
Balancer |
Balancer.waitWorker(Integer value)
The number of seconds to wait for an available worker
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.