Uses of Class
org.apache.camel.processor.loadbalancer.LoadBalancerSupport

Packages that use LoadBalancerSupport
org.apache.camel.processor.loadbalancer Various load balancer processors 
 

Uses of LoadBalancerSupport in org.apache.camel.processor.loadbalancer
 

Subclasses of LoadBalancerSupport in org.apache.camel.processor.loadbalancer
 class QueueLoadBalancer
          A base class for LoadBalancer implementations which choose a single destination for each exchange (rather like JMS Queues)
 class RandomLoadBalancer
          Implements the random load balancing policy
 class RoundRobinLoadBalancer
          Implements the round robin load balancing policy
 class StickyLoadBalancer
          Implements a sticky load balancer using an Expression to calculate a correlation key to perform the sticky load balancing; rather like jsessionid in the web or JMSXGroupID in JMS.
 class TopicLoadBalancer
          A LoadBalancer implementations which sends to all destinations (rather like JMS Topics).
 



Copyright © 2010 IONA Open Source Community. All Rights Reserved.