Class Balancer
- java.lang.Object
-
- io.undertow.server.handlers.proxy.mod_cluster.Balancer
-
public class Balancer extends Object
The mod_cluster balancer config.- Author:
- Stuart Douglas, Emanuel Muckenhuber
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBalancer.BalancerBuilder
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description intgetId()intgetMaxattempts()Deprecated.intgetMaxRetries()StringgetName()StringgetStickySessionCookie()StringgetStickySessionPath()intgetWaitWorker()booleanisStickySession()booleanisStickySessionForce()booleanisStickySessionRemove()StringtoString()
-
-
-
Method Detail
-
getId
public int getId()
-
getName
public String getName()
-
isStickySession
public boolean isStickySession()
-
getStickySessionCookie
public String getStickySessionCookie()
-
getStickySessionPath
public String getStickySessionPath()
-
isStickySessionRemove
public boolean isStickySessionRemove()
-
isStickySessionForce
public boolean isStickySessionForce()
-
getWaitWorker
public int getWaitWorker()
-
getMaxRetries
public int getMaxRetries()
-
getMaxattempts
@Deprecated public int getMaxattempts()
Deprecated.
-
-