Class RoundRobinLB

    • Constructor Detail

      • RoundRobinLB

        public RoundRobinLB()
      • RoundRobinLB

        public RoundRobinLB​(int seed)
    • Method Detail

      • next

        public Member next()
        Description copied from interface: LoadBalancer
        Returns the next member to route to.
        Returns:
        Returns the next member or null if no member is available
      • nextDataMember

        public Member nextDataMember()
        Description copied from interface: LoadBalancer
        Returns the next data member or null if no data member is available.