Uses of Class
org.jboss.modcluster.config.builder.BalancerConfigurationBuilder
Package
Description
Package containing a set of public configuration builders replacing legacy Java beans-style configuration.
-
Uses of BalancerConfigurationBuilder in org.jboss.modcluster.config.builder
Modifier and TypeMethodDescriptionConfigurationBuilder.balancer()
Builder for balancer configuration.ModClusterConfigurationBuilder.balancer()
BalancerConfigurationBuilder.setMaxAttempts
(int maxAttempts) Sets the maximum number of attempts to send the request to the backend server.BalancerConfigurationBuilder.setStickySession
(boolean stickySession) Enables or disables sticky sessions.BalancerConfigurationBuilder.setStickySessionForce
(boolean stickySessionForce) Sets to return an error when the request cannot be routed to the right node.BalancerConfigurationBuilder.setStickySessionRemove
(boolean stickySessionRemove) Sets to remove session when the request cannot be routed to the right node.BalancerConfigurationBuilder.setWorkerTimeout
(int workerTimeout) Sets timeout to wait for an available worker (default is no wait).