| Package | Description |
|---|---|
| org.wildfly.swarm.config.undertow.configuration.mod_cluster | |
| org.wildfly.swarm.config.undertow.configuration.mod_cluster.balancer |
| Modifier and Type | Method and Description |
|---|---|
List<Node> |
Balancer.BalancerResources.nodes()
Get the list of org.wildfly.swarm.config.undertow.configuration.mod_cluster.balancer.Node resources
|
| Modifier and Type | Method and Description |
|---|---|
Balancer |
Balancer.node(Node value)
Add the org.wildfly.swarm.config.undertow.configuration.mod_cluster.balancer.Node object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
Balancer |
Balancer.nodes(List<Node> value)
Add all org.wildfly.swarm.config.undertow.configuration.mod_cluster.balancer.Node objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
Node |
Node.aliases(List<String> value)
The nodes aliases
|
Node |
Node.cacheConnections(Integer value)
The number of connections to keep alive indefinitely
|
Node |
Node.context(Context value)
Add the org.wildfly.swarm.config.undertow.configuration.mod_cluster.balancer.node.Context object to the list of subresources
|
Node |
Node.contexts(List<Context> value)
Add all org.wildfly.swarm.config.undertow.configuration.mod_cluster.balancer.node.Context objects to this subresource
|
Node |
Node.elected(Integer value)
The elected count
|
Node |
Node.flushPackets(Boolean value)
If received data should be immediately flushed
|
Node |
Node.load(Integer value)
The current load of this node
|
Node |
Node.loadBalancingGroup(String value)
The load balancing group this node belongs to
|
Node |
Node.maxConnections(Integer value)
The maximum number of connections per IO thread
|
Node |
Node.openConnections(Integer value)
The current number of open connections
|
Node |
Node.ping(Integer value)
The nodes ping
|
Node |
Node.queueNewRequests(Boolean value)
If a request is received and there is no worker immediately available should it be queued
|
Node |
Node.read(Long value)
The number of bytes read from the node
|
Node |
Node.requestQueueSize(Integer value)
The size of the request queue
|
Node |
Node.status(String value)
The current status of this node
|
Node |
Node.timeout(Integer value)
The request timeout
|
Node |
Node.ttl(Long value)
The time connections will stay alive with no requests before being closed, if the number of connections is larger than cache-connections
|
Node |
Node.uri(String value)
The URI that the load balancer uses to connect to the node
|
Node |
Node.written(Long value)
The number of bytes transferred to the node
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.