| java.lang.Object org.continuent.sequoia.controller.loadbalancer.WeightedBalancer
WeightedBalancer | abstract public class WeightedBalancer (Code) | | To return information, weighted load balancers share the same kind of
information on backend configuration.
author: Nicolas Modrzyk version: 1.0 |
getRaidbXml | final public static String getRaidbXml(HashMap weights, String xmltag)(Code) | | Convert raidb weighted balancers into xml because they share common views.
Parameters: weights - hashmap of (name,weight) Parameters: xmltag - the xml tag to use xml formatted string |
getWeightedXml | final public static String getWeightedXml(HashMap weights)(Code) | | get different xml tags of the weights in the system.
Parameters: weights - a list ((String)name,(Integer)weight) of weights xml formatted string of weighted backends |
|
|