|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This class defines a AbstractLoadBalancerMBean
| Method Summary | |
java.lang.String |
getInformation()
Return generic information about the load balancer. |
int |
getParsingGranularity()
Get the needed query parsing granularity. |
int |
getRAIDbLevel()
Return the load balancer RAIDb level |
void |
setParsingGranularity(int parsingGranularity)
Set the needed query parsing granularity. |
void |
setRAIDbLevel(int raidbLevel)
Sets the RAIDbLevel. |
void |
setWeight(java.lang.String name,
int w)
Associate a weight to a backend identified by its logical name. |
| Method Detail |
public int getRAIDbLevel()
public void setRAIDbLevel(int raidbLevel)
raidbLevel - The RAIDb level to setpublic int getParsingGranularity()
public void setParsingGranularity(int parsingGranularity)
parsingGranularity - the granularity to set
public void setWeight(java.lang.String name,
int w)
throws java.sql.SQLException
name - the backend namew - the weight
java.sql.SQLException - if an error occurspublic java.lang.String getInformation()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||