Package | Description |
---|---|
org.wildfly.swarm.config.undertow.configuration | |
org.wildfly.swarm.config.undertow.configuration.mod_cluster |
Modifier and Type | Method and Description |
---|---|
RankedAffinity |
ModCluster.ModClusterResources.rankedAffinity()
Web requests will have an affinity for the first available node in a
list typically comprised of: primary owner, backup nodes, local node
(if not a primary nor backup owner).
|
Modifier and Type | Method and Description |
---|---|
T |
ModCluster.rankedAffinity(RankedAffinity value)
Web requests will have an affinity for the first available node in a list
typically comprised of: primary owner, backup nodes, local node (if not a
primary nor backup owner).
|
Modifier and Type | Class and Description |
---|---|
class |
RankedAffinity<T extends RankedAffinity<T>>
Web requests will have an affinity for the first available node in a list
typically comprised of: primary owner, backup nodes, local node (if not a
primary nor backup owner).
|
interface |
RankedAffinityConsumer<T extends RankedAffinity<T>> |
interface |
RankedAffinitySupplier<T extends RankedAffinity> |
Modifier and Type | Method and Description |
---|---|
RankedAffinity |
RankedAffinitySupplier.get()
Constructed instance of RankedAffinity resource
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.