Returns whether this instance supports getting data members through a call to nextDataMember.
Returns true
if this load balancer can get a data member.
Called when this listener is registered.
Initializes the LoadBalancer.
Invoked when a new member is added to the cluster.
Invoked when an existing member leaves the cluster.
Returns the next member to route to.
Returns the next member or null
if no member is available
Returns the next data member to route to.
Returns the next data member or null
if no data member is available
Generated using TypeDoc
Abstract Load Balancer to be used by built-in and user-provided LoadBalancer implementations.