Uses of Interface
org.hornetq.api.core.client.loadbalance.ConnectionLoadBalancingPolicy

Packages that use ConnectionLoadBalancingPolicy
org.hornetq.api.core.client.loadbalance Client load-balancing API. 
 

Uses of ConnectionLoadBalancingPolicy in org.hornetq.api.core.client.loadbalance
 

Classes in org.hornetq.api.core.client.loadbalance that implement ConnectionLoadBalancingPolicy
 class FirstElementConnectionLoadBalancingPolicy
          A FirstElementConnectionLoadBalancingPolicy.select(int) always returns 0.
 class RandomConnectionLoadBalancingPolicy
          RandomConnectionLoadBalancingPolicy.select(int) returns a random integer between 0 (inclusive) and max (exclusive)
 class RandomStickyConnectionLoadBalancingPolicy
          RandomConnectionLoadBalancingPolicy.select(int) chooses a the initial node randomly then subsequent requests return the same node
 class RoundRobinConnectionLoadBalancingPolicy
          RoundRobinConnectionLoadBalancingPolicy corresponds to a round-robin load-balancing policy.
 



Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.