Interface | Description |
---|---|
LoadbalanceAlgorithm |
All load balance algorithms must implement this interface.
|
WeightedRoundRobinViewMBean |
Class | Description |
---|---|
AlgorithmContext |
Keeps the runtime state of the algorithm
|
RoundRobin |
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.
|
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.