Package org.apache.synapse.endpoints.algorithms
-
Interface Summary Interface Description LoadbalanceAlgorithm All load balance algorithms must implement this interface.WeightedRoundRobinViewMBean -
Class Summary Class Description AlgorithmContext Keeps the runtime state of the algorithmRoundRobin This is the implementation of the round robin load balancing algorithm.WeightedRoundRobin This algorithm sends messages based on the weights of the endpoints.WeightedRoundRobinView WeightedRRLCAlgorithm This is a Weighted Round Robin Least Connection algorithm.