| Package | Description |
|---|---|
| org.wildfly.swarm.config.undertow | |
| org.wildfly.swarm.config.undertow.configuration |
| Modifier and Type | Method and Description |
|---|---|
List<ModCluster> |
FilterConfiguration.FilterConfigurationResources.modClusters()
Get the list of org.wildfly.swarm.config.undertow.configuration.ModCluster resources
|
| Modifier and Type | Method and Description |
|---|---|
FilterConfiguration |
FilterConfiguration.modCluster(ModCluster value)
Add the org.wildfly.swarm.config.undertow.configuration.ModCluster object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
FilterConfiguration |
FilterConfiguration.modClusters(List<ModCluster> value)
Add all org.wildfly.swarm.config.undertow.configuration.ModCluster objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
ModCluster |
ModCluster.advertiseFrequency(Integer value)
The frequency (in milliseconds) that mod-cluster advertises itself on the network
|
ModCluster |
ModCluster.advertisePath(String value)
The path that mod-cluster is registered under, defaults to /
|
ModCluster |
ModCluster.advertiseProtocol(String value)
The protocol that is in use, defaults to HTTP
|
ModCluster |
ModCluster.advertiseSocketBinding(String value)
The multicast group that is used to advertise
|
ModCluster |
ModCluster.balancer(Balancer value)
Add the org.wildfly.swarm.config.undertow.configuration.mod_cluster.Balancer object to the list of subresources
|
ModCluster |
ModCluster.balancers(List<Balancer> value)
Add all org.wildfly.swarm.config.undertow.configuration.mod_cluster.Balancer objects to this subresource
|
ModCluster |
ModCluster.brokenNodeTimeout(Integer value)
The amount of time that must elapse before a broken node is removed from the table
|
ModCluster |
ModCluster.cachedConnectionsPerThread(Integer value)
The number of connections that will be kept alive indefinitely
|
ModCluster |
ModCluster.connectionIdleTimeout(Integer value)
The amount of time a connection can be idle before it will be closed.
|
ModCluster |
ModCluster.connectionsPerThread(Integer value)
The number of connections that will be maintained to backend servers, per IO thread.
|
ModCluster |
ModCluster.healthCheckInterval(Integer value)
The frequency of health check pings to backend nodes
|
ModCluster |
ModCluster.managementAccessPredicate(String value)
A predicate that is applied to incoming requests to determine if they can perform mod cluster management commands.
|
ModCluster |
ModCluster.managementSocketBinding(String value)
The socket binding of the mod_cluster management port.
|
ModCluster |
ModCluster.maxRequestTime(Integer value)
The max amount of time that a request to a backend node can take before it is killed
|
ModCluster |
ModCluster.requestQueueSize(Integer value)
The number of requests that can be queued if the connection pool is full before requests are rejected with a 503
|
ModCluster |
ModCluster.securityKey(String value)
The security key that is used for the mod-cluster group.
|
ModCluster |
ModCluster.securityRealm(String value)
The security realm that provides the SSL configuration
|
ModCluster |
ModCluster.useAlias(Boolean value)
If an alias check is performed
|
ModCluster |
ModCluster.worker(String value)
The XNIO worker that is used to send the advertise notifications
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.