| 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 |
|---|---|
Node |
Balancer.BalancerResources.node(String key) |
| Modifier and Type | Method and Description |
|---|---|
List<Node> |
Balancer.BalancerResources.nodes()
Get the list of Node resources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Balancer.node(Node value)
Add the Node object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Balancer.nodes(List<Node> value)
Add all Node objects to this subresource
|
| Modifier and Type | Class and Description |
|---|---|
class |
Node<T extends Node<T>>
Runtime representation of a mod_cluster node
|
interface |
NodeConsumer<T extends Node<T>> |
interface |
NodeSupplier<T extends Node> |
| Modifier and Type | Method and Description |
|---|---|
Node |
NodeSupplier.get()
Constructed instance of Node resource
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.