@Deprecated public interface MongoConnectionPoolMXBean
This interface is NOT part of the public API. Be prepared for non-binary compatible changes in minor releases.
Modifier and Type | Method and Description |
---|---|
String |
getHost()
Deprecated.
Gets the host that this connection pool is connecting to.
|
int |
getMaxSize()
Deprecated.
Gets the maximum allowed size of the pool, including idle and in-use members.
|
String |
getName()
Deprecated.
Gets the name of the pool.
|
int |
getPort()
Deprecated.
Gets the port that this connection pool is connecting to.
|
ConnectionPoolStatisticsBean |
getStatistics()
Deprecated.
Gets the statistics for this connection pool.
|
String getName()
int getMaxSize()
String getHost()
int getPort()
ConnectionPoolStatisticsBean getStatistics()