public static interface ModClusterStatus.LoadBalancer
Modifier and Type | Method and Description |
---|---|
int | getMaxAttempts() Getter for maxattempts |
String | getName() |
ModClusterStatus.Node | getNode(String name) |
List<ModClusterStatus.Node> | getNodes() |
String | getStickySessionCookie() Getter for stickySessionCookie |
String | getStickySessionPath() Getter for stickySessionPath |
int | getWaitWorker() Getter for waitWorker |
boolean | isStickySession() Getter for stickySession |
boolean | isStickySessionForce() Getter for stickySessionForce |
boolean | isStickySessionRemove() Getter for stickySessionRemove |
String getName()
List<ModClusterStatus.Node> getNodes()
ModClusterStatus.Node getNode(String name)
boolean isStickySession()
String getStickySessionCookie()
String getStickySessionPath()
boolean isStickySessionRemove()
boolean isStickySessionForce()
int getWaitWorker()
int getMaxAttempts()
Copyright © 2015 JBoss by Red Hat. All rights reserved.