Interface ModClusterStatus.LoadBalancer
-
- Enclosing interface:
- ModClusterStatus
public static interface ModClusterStatus.LoadBalancer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description intgetMaxAttempts()Deprecated, for removal: This API element is subject to removal in a future version.UsegetMaxRetries().intgetMaxRetries()Returns maximum number of failover attempts to send the request to the backend server.StringgetName()ModClusterStatus.NodegetNode(String name)List<ModClusterStatus.Node>getNodes()StringgetStickySessionCookie()StringgetStickySessionPath()intgetWaitWorker()booleanisStickySession()booleanisStickySessionForce()booleanisStickySessionRemove()
-
-
-
Method Detail
-
getName
String getName()
-
getNodes
List<ModClusterStatus.Node> getNodes()
-
getNode
ModClusterStatus.Node getNode(String name)
-
isStickySession
boolean isStickySession()
-
getStickySessionCookie
String getStickySessionCookie()
-
getStickySessionPath
String getStickySessionPath()
-
isStickySessionRemove
boolean isStickySessionRemove()
-
isStickySessionForce
boolean isStickySessionForce()
-
getWaitWorker
int getWaitWorker()
-
getMaxRetries
int getMaxRetries()
Returns maximum number of failover attempts to send the request to the backend server.- Returns:
- number of failover attempts
-
getMaxAttempts
@Deprecated(since="2.0.4", forRemoval=true) int getMaxAttempts()
Deprecated, for removal: This API element is subject to removal in a future version.UsegetMaxRetries().
-
-