Class RoundRobinLB

All Implemented Interfaces:
LoadBalancer, InitialMembershipListener, MembershipListener, EventListener

public class RoundRobinLB
extends AbstractLoadBalancer
A LoadBalancer implementation that relies on using round robin to a next member to send a request to.

Round robin is done based on best effort basis, the order of members for concurrent calls to the next() is not guaranteed.

  • Constructor Details

  • Method Details

    • 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