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.