public class LoadBalancerStats extends Object implements LoadBalancerStatsInterface, CommonBean
Modifier and Type | Class and Description |
---|---|
static class |
LoadBalancerStats.ValidateException |
Constructor and Description |
---|
LoadBalancerStats() |
LoadBalancerStats(LoadBalancerStats source) |
public LoadBalancerStats()
public LoadBalancerStats(LoadBalancerStats source)
public void setClusterStats(ClusterStats[] value)
setClusterStats
in interface LoadBalancerStatsInterface
public void setClusterStats(int index, ClusterStats value)
setClusterStats
in interface LoadBalancerStatsInterface
public ClusterStats[] getClusterStats()
getClusterStats
in interface LoadBalancerStatsInterface
public List fetchClusterStatsList()
fetchClusterStatsList
in interface LoadBalancerStatsInterface
public ClusterStats getClusterStats(int index)
getClusterStats
in interface LoadBalancerStatsInterface
public int sizeClusterStats()
sizeClusterStats
in interface LoadBalancerStatsInterface
public int addClusterStats(ClusterStats value)
addClusterStats
in interface LoadBalancerStatsInterface
public int removeClusterStats(ClusterStats value)
removeClusterStats
in interface LoadBalancerStatsInterface
public void write(OutputStream out) throws IOException
IOException
public void write(OutputStream out, String encoding) throws IOException
IOException
public void write(Writer out, String encoding) throws IOException
IOException
public void writeNode(Writer out, String nodeName, String indent) throws IOException
writeNode
in interface CommonBean
IOException
public static LoadBalancerStats read(InputStream in) throws ParserConfigurationException, SAXException, IOException
public static LoadBalancerStats readNoEntityResolver(InputStream in) throws ParserConfigurationException, SAXException, IOException
public static LoadBalancerStats read(InputSource in, boolean validate, EntityResolver er, ErrorHandler eh) throws ParserConfigurationException, SAXException, IOException
public static LoadBalancerStats read(Document document)
public void readNode(Node node)
readNode
in interface CommonBean
public static void writeXML(Writer out, String msg) throws IOException
IOException
public static void writeXML(Writer out, String msg, boolean attribute) throws IOException
IOException
public static void writeXML(Writer out, char msg, boolean attribute) throws IOException
IOException
public void validate() throws LoadBalancerStats.ValidateException
validate
in interface CommonBean
LoadBalancerStats.ValidateException
public void changePropertyByName(String name, Object value)
changePropertyByName
in interface CommonBean
public Object fetchPropertyByName(String name)
fetchPropertyByName
in interface CommonBean
public CommonBean[] childBeans(boolean recursive)
childBeans
in interface CommonBean
public void childBeans(boolean recursive, List beans)
childBeans
in interface CommonBean
public boolean equals(Object o)
equals
in interface CommonBean
equals
in class Object
public int hashCode()
hashCode
in interface CommonBean
hashCode
in class Object
public String toString()
toString
in interface CommonBean
toString
in class Object
Copyright © 2019. All rights reserved.