Package org.apache.ignite.internal.client.balancer
-
Interface Summary Interface Description GridClientLoadBalancer Interface that defines a selection logic of a server node for a particular operation. -
Class Summary Class Description GridClientBalancerAdapter Base class for balancers.GridClientRandomBalancer Simple balancer that relies on random node selection from a given collection.GridClientRoundRobinBalancer Simple balancer that implements round-robin balancing.