Class StaticLB

java.lang.Object
com.hazelcast.client.util.StaticLB
All Implemented Interfaces:
LoadBalancer

public class StaticLB extends 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.