Class Balancer


  • public class Balancer
    extends java.lang.Object
    The mod_cluster balancer config.
    Author:
    Stuart Douglas, Emanuel Muckenhuber
    • Method Detail

      • getId

        public int getId()
      • getName

        public java.lang.String getName()
        Getter for name
        Returns:
        the name
      • isStickySession

        public boolean isStickySession()
        Getter for stickySession
        Returns:
        the stickySession
      • getStickySessionCookie

        public java.lang.String getStickySessionCookie()
        Getter for stickySessionCookie
        Returns:
        the stickySessionCookie
      • getStickySessionPath

        public java.lang.String getStickySessionPath()
        Getter for stickySessionPath
        Returns:
        the stickySessionPath
      • isStickySessionRemove

        public boolean isStickySessionRemove()
        Getter for stickySessionRemove
        Returns:
        the stickySessionRemove
      • isStickySessionForce

        public boolean isStickySessionForce()
        Getter for stickySessionForce
        Returns:
        the stickySessionForce
      • getWaitWorker

        public int getWaitWorker()
        Getter for waitWorker
        Returns:
        the waitWorker
      • getMaxattempts

        public int getMaxattempts()
        Getter for maxattempts
        Returns:
        the maxattempts
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object