Package | Description |
---|---|
org.wildfly.swarm.config.undertow.configuration | |
org.wildfly.swarm.config.undertow.configuration.mod_cluster |
Modifier and Type | Method and Description |
---|---|
SingleAffinity |
ModCluster.ModClusterResources.singleAffinity()
Web requests have an affinity for the member that last handled a
given session.
|
Modifier and Type | Method and Description |
---|---|
T |
ModCluster.singleAffinity(SingleAffinity value)
Web requests have an affinity for the member that last handled a given
session.
|
Modifier and Type | Class and Description |
---|---|
class |
SingleAffinity<T extends SingleAffinity<T>>
Web requests have an affinity for the member that last handled a given
session.
|
interface |
SingleAffinityConsumer<T extends SingleAffinity<T>> |
interface |
SingleAffinitySupplier<T extends SingleAffinity> |
Modifier and Type | Method and Description |
---|---|
SingleAffinity |
SingleAffinitySupplier.get()
Constructed instance of SingleAffinity resource
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.