Interface ModClusterStatus.LoadBalancer

  • Enclosing interface:
    ModClusterStatus

    public static interface ModClusterStatus.LoadBalancer
    • Method Detail

      • getName

        java.lang.String getName()
      • isStickySession

        boolean isStickySession()
      • getStickySessionCookie

        java.lang.String getStickySessionCookie()
      • getStickySessionPath

        java.lang.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(since="2.0.4",
                    forRemoval=true)
        int getMaxAttempts()
        Deprecated, for removal: This API element is subject to removal in a future version.