public static class ModCluster.ModClusterResources extends Object
Constructor and Description |
---|
ModClusterResources() |
Modifier and Type | Method and Description |
---|---|
Balancer |
balancer(String key) |
List<Balancer> |
balancers()
Get the list of Balancer resources
|
NoneAffinity |
noneAffinity()
Web requests will not have an affinity for any particular server,
routing information will be ignored.
|
RankedAffinity |
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).
|
SingleAffinity |
singleAffinity()
Web requests have an affinity for the member that last handled a
given session.
|
public List<Balancer> balancers()
public SingleAffinity singleAffinity()
public RankedAffinity rankedAffinity()
public NoneAffinity noneAffinity()
Copyright © 2020 JBoss by Red Hat. All rights reserved.