|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mongodb.util.ConnectionPoolStatisticsBean
public class ConnectionPoolStatisticsBean
A bean representing connection pool statistics.
Constructor Summary | |
---|---|
ConnectionPoolStatisticsBean(int total,
int inUse,
InUseConnectionBean[] inUseConnections)
|
Method Summary | |
---|---|
int |
getInUse()
Gets the number of pool members that are currently in use. |
InUseConnectionBean[] |
getInUseConnections()
Gets an array of beans describing all the connections that are currently in use. |
int |
getTotal()
Gets the total number of pool members, including idle and and in-use members. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConnectionPoolStatisticsBean(int total, int inUse, InUseConnectionBean[] inUseConnections)
Method Detail |
---|
public int getTotal()
public int getInUse()
public InUseConnectionBean[] getInUseConnections()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |