| Package | Description | 
|---|---|
| org.wildfly.swarm.config.undertow.configuration | 
| Modifier and Type | Method and Description | 
|---|---|
ModCluster.FailoverStrategy | 
ModCluster.failoverStrategy()
Determines how a failover node is chosen, in the event that the node to
 which a session has affinity is not available. 
 | 
static ModCluster.FailoverStrategy | 
ModCluster.FailoverStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ModCluster.FailoverStrategy[] | 
ModCluster.FailoverStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
ModCluster.failoverStrategy(ModCluster.FailoverStrategy value)
Determines how a failover node is chosen, in the event that the node to
 which a session has affinity is not available. 
 | 
Copyright © 2018 JBoss by Red Hat. All rights reserved.