Class StaticLB

  • All Implemented Interfaces:
    LoadBalancer

    public class StaticLB
    extends java.lang.Object
    implements LoadBalancer
    The StaticLB is a LoadBalancer that always returns the same member. This can be useful for testing if you want to hit a specific member.