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 maxattemptsjava.lang.StringgetName()ModClusterStatus.NodegetNode(java.lang.String name)java.util.List<ModClusterStatus.Node>getNodes()java.lang.StringgetStickySessionCookie()Getter for stickySessionCookiejava.lang.StringgetStickySessionPath()Getter for stickySessionPathintgetWaitWorker()Getter for waitWorkerbooleanisStickySession()Getter for stickySessionbooleanisStickySessionForce()Getter for stickySessionForcebooleanisStickySessionRemove()Getter for stickySessionRemove
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
getNodes
java.util.List<ModClusterStatus.Node> getNodes()
-
getNode
ModClusterStatus.Node getNode(java.lang.String name)
-
isStickySession
boolean isStickySession()
Getter for stickySession- Returns:
- the stickySession
-
getStickySessionCookie
java.lang.String getStickySessionCookie()
Getter for stickySessionCookie- Returns:
- the stickySessionCookie
-
getStickySessionPath
java.lang.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
-
-