Sample load balancing policy that limits the number of nodes the driver connects to. If more nodes are available, they are marked as IGNORED. When one of the "chosen" nodes goes down, the policy picks one of the ignored nodes to replace it.
This kind of policy can be used to alleviate the load on a cluster that has a lot of clients.
For simplicity, this policy does not distinguish LOCAL and REMOTE nodes.