Interface ModClusterStatus.LoadBalancer

Enclosing interface:
ModClusterStatus

public static interface ModClusterStatus.LoadBalancer
  • Method Details

    • getName

      String getName()
    • getNodes

    • getNode

    • 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 int getMaxAttempts()
      Deprecated.