public interface ConnectionPoolStatisticsMBean
A standard MXBean interface for a Mongo connection pool, for use on Java 6 and above virtual machines.
This interface is NOT part of the public API. Be prepared for non-binary compatible changes in minor releases.
Modifier and Type | Method | Description |
---|---|---|
int |
getCheckedOutCountβ() |
Gets the count of connections that are currently in use.
|
String |
getHostβ() |
Gets the host that this connection pool is connecting to.
|
int |
getMaxSizeβ() |
Gets the maximum allowed size of the pool, including idle and in-use members.
|
int |
getMinSizeβ() |
Gets the minimum allowed size of the pool, including idle and in-use members.
|
int |
getPortβ() |
Gets the port that this connection pool is connecting to.
|
int |
getSizeβ() |
Gets the current size of the pool, including idle and and in-use members.
|
int |
getWaitQueueSizeβ() |
Gets the size of the wait queue for a connection from this pool.
|
String getHostβ()
int getPortβ()
int getMinSizeβ()
int getMaxSizeβ()
int getSizeβ()
int getCheckedOutCountβ()
int getWaitQueueSizeβ()