public class WeightedRoundRobinLoadBalancer extends WeightedLoadBalancer
logshutdown, shuttingdown, started, starting, stopped, stopping, suspended, suspending| Constructor and Description |
|---|
WeightedRoundRobinLoadBalancer(List<Integer> distributionRatios) |
| Modifier and Type | Method and Description |
|---|---|
protected Processor |
chooseProcessor(List<Processor> processors,
Exchange exchange) |
deepCloneDistributionRatios, doStart, getDistributionRatioList, getRuntimeRatios, isRuntimeRatiosZeroed, loadRuntimeRatios, resetRuntimeRatios, setDistributionRatioList, setRuntimeRatiosprocessaddProcessor, doShutdown, doStop, getId, getProcessors, hasNext, next, process, removeProcessor, setIddoResume, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendprotected Processor chooseProcessor(List<Processor> processors, Exchange exchange)
chooseProcessor in class QueueLoadBalancerApache Camel