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 LoadBalancerStatsInterfacepublic void setClusterStats(int index,
ClusterStats value)
setClusterStats in interface LoadBalancerStatsInterfacepublic ClusterStats[] getClusterStats()
getClusterStats in interface LoadBalancerStatsInterfacepublic List fetchClusterStatsList()
fetchClusterStatsList in interface LoadBalancerStatsInterfacepublic ClusterStats getClusterStats(int index)
getClusterStats in interface LoadBalancerStatsInterfacepublic int sizeClusterStats()
sizeClusterStats in interface LoadBalancerStatsInterfacepublic int addClusterStats(ClusterStats value)
addClusterStats in interface LoadBalancerStatsInterfacepublic int removeClusterStats(ClusterStats value)
removeClusterStats in interface LoadBalancerStatsInterfacepublic void write(OutputStream out) throws IOException
IOExceptionpublic void write(OutputStream out, String encoding) throws IOException
IOExceptionpublic void write(Writer out, String encoding) throws IOException
IOExceptionpublic void writeNode(Writer out, String nodeName, String indent) throws IOException
writeNode in interface CommonBeanIOExceptionpublic 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 CommonBeanpublic static void writeXML(Writer out, String msg) throws IOException
IOExceptionpublic static void writeXML(Writer out, String msg, boolean attribute) throws IOException
IOExceptionpublic static void writeXML(Writer out, char msg, boolean attribute) throws IOException
IOExceptionpublic void validate()
throws LoadBalancerStats.ValidateException
validate in interface CommonBeanLoadBalancerStats.ValidateExceptionpublic void changePropertyByName(String name, Object value)
changePropertyByName in interface CommonBeanpublic Object fetchPropertyByName(String name)
fetchPropertyByName in interface CommonBeanpublic CommonBean[] childBeans(boolean recursive)
childBeans in interface CommonBeanpublic void childBeans(boolean recursive,
List beans)
childBeans in interface CommonBeanpublic boolean equals(Object o)
equals in interface CommonBeanequals in class Objectpublic int hashCode()
hashCode in interface CommonBeanhashCode in class Objectpublic String toString()
toString in interface CommonBeantoString in class ObjectCopyright © 2017. All rights reserved.