Package | Description |
---|---|
org.wildfly.swarm.config.undertow.configuration | |
org.wildfly.swarm.config.undertow.configuration.mod_cluster |
Modifier and Type | Method and Description |
---|---|
NoneAffinity |
ModCluster.ModClusterResources.noneAffinity()
Web requests will not have an affinity for any particular server,
routing information will be ignored.
|
Modifier and Type | Method and Description |
---|---|
T |
ModCluster.noneAffinity(NoneAffinity value)
Web requests will not have an affinity for any particular server, routing
information will be ignored.
|
Modifier and Type | Class and Description |
---|---|
class |
NoneAffinity<T extends NoneAffinity<T>>
Web requests will not have an affinity for any particular server, routing
information will be ignored.
|
interface |
NoneAffinityConsumer<T extends NoneAffinity<T>> |
interface |
NoneAffinitySupplier<T extends NoneAffinity> |
Modifier and Type | Method and Description |
---|---|
NoneAffinity |
NoneAffinitySupplier.get()
Constructed instance of NoneAffinity resource
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.