org.apache.axis2.clustering.Member |
LoadbalanceAlgorithm.getNextApplicationMember(AlgorithmContext algorithmContext) |
This method returns the next member to which the request has been sent to,
according to the algorithm implementation.
|
org.apache.axis2.clustering.Member |
RoundRobin.getNextApplicationMember(AlgorithmContext algorithmContext) |
|
org.apache.axis2.clustering.Member |
WeightedRoundRobin.getNextApplicationMember(AlgorithmContext algorithmContext) |
|
org.apache.axis2.clustering.Member |
WeightedRRLCAlgorithm.getNextApplicationMember(AlgorithmContext algorithmContext) |
|
Endpoint |
LoadbalanceAlgorithm.getNextEndpoint(MessageContext synapseMessageContext,
AlgorithmContext algorithmContext) |
This method returns the next node according to the algorithm implementation.
|
Endpoint |
RoundRobin.getNextEndpoint(MessageContext synCtx,
AlgorithmContext algorithmContext) |
Choose an active endpoint using the round robin algorithm.
|
Endpoint |
WeightedRoundRobin.getNextEndpoint(MessageContext synapseMessageContext,
AlgorithmContext algorithmContext) |
|
Endpoint |
WeightedRRLCAlgorithm.getNextEndpoint(MessageContext messageContext,
AlgorithmContext algorithmContext) |
|
void |
LoadbalanceAlgorithm.reset(AlgorithmContext algorithmContext) |
Resets the algorithm to its initial position.
|
void |
RoundRobin.reset(AlgorithmContext algorithmContext) |
|
void |
WeightedRoundRobin.reset(AlgorithmContext algorithmContext) |
|
void |
WeightedRRLCAlgorithm.reset(AlgorithmContext algorithmContext) |
|