Package | Description |
---|---|
org.wildfly.swarm.config.undertow.configuration | |
org.wildfly.swarm.config.undertow.configuration.mod_cluster |
Modifier and Type | Method and Description |
---|---|
Balancer |
ModCluster.ModClusterResources.balancer(String key) |
Modifier and Type | Method and Description |
---|---|
List<Balancer> |
ModCluster.ModClusterResources.balancers()
Get the list of Balancer resources
|
Modifier and Type | Method and Description |
---|---|
T |
ModCluster.balancer(Balancer value)
Add the Balancer object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
ModCluster.balancers(List<Balancer> value)
Add all Balancer objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
Balancer<T extends Balancer<T>>
Runtime representation of a mod_cluster balancer
|
interface |
BalancerConsumer<T extends Balancer<T>> |
interface |
BalancerSupplier<T extends Balancer> |
Modifier and Type | Method and Description |
---|---|
Balancer |
BalancerSupplier.get()
Constructed instance of Balancer resource
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.