public static interface ModClusterStatus.LoadBalancer
Modifier and Type | Method and Description |
---|---|
int | getMaxAttempts() Deprecated. Use getMaxRetries() . |
int | getMaxRetries() Returns maximum number of failover attempts to send the request to the backend server. |
String | getName() |
ModClusterStatus.Node | getNode(String name) |
List<ModClusterStatus.Node> | getNodes() |
String | getStickySessionCookie() |
String | getStickySessionPath() |
int | getWaitWorker() |
boolean | isStickySession() |
boolean | isStickySessionForce() |
boolean | isStickySessionRemove() |
String getName()
List<ModClusterStatus.Node> getNodes()
ModClusterStatus.Node getNode(String name)
boolean isStickySession()
String getStickySessionCookie()
String getStickySessionPath()
boolean isStickySessionRemove()
boolean isStickySessionForce()
int getWaitWorker()
int getMaxRetries()
@Deprecated int getMaxAttempts()
getMaxRetries()
.Copyright © 2020 JBoss by Red Hat. All rights reserved.