Interface ModClusterStatus.LoadBalancer
-
- Enclosing interface:
- ModClusterStatus
public static interface ModClusterStatus.LoadBalancer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetMaxAttempts()Getter for maxattemptsStringgetName()ModClusterStatus.NodegetNode(String name)List<ModClusterStatus.Node>getNodes()StringgetStickySessionCookie()Getter for stickySessionCookieStringgetStickySessionPath()Getter for stickySessionPathintgetWaitWorker()Getter for waitWorkerbooleanisStickySession()Getter for stickySessionbooleanisStickySessionForce()Getter for stickySessionForcebooleanisStickySessionRemove()Getter for stickySessionRemove
-
-
-
Method Detail
-
getName
String getName()
-
getNodes
List<ModClusterStatus.Node> getNodes()
-
getNode
ModClusterStatus.Node getNode(String name)
-
isStickySession
boolean isStickySession()
Getter for stickySession- Returns:
- the stickySession
-
getStickySessionCookie
String getStickySessionCookie()
Getter for stickySessionCookie- Returns:
- the stickySessionCookie
-
getStickySessionPath
String getStickySessionPath()
Getter for stickySessionPath- Returns:
- the stickySessionPath
-
isStickySessionRemove
boolean isStickySessionRemove()
Getter for stickySessionRemove- Returns:
- the stickySessionRemove
-
isStickySessionForce
boolean isStickySessionForce()
Getter for stickySessionForce- Returns:
- the stickySessionForce
-
getWaitWorker
int getWaitWorker()
Getter for waitWorker- Returns:
- the waitWorker
-
getMaxAttempts
int getMaxAttempts()
Getter for maxattempts- Returns:
- the maxattempts
-
-