@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 |
---|---|
java.lang.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.
|
java.lang.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.
|
java.lang.String getName()
int getMaxSize()
java.lang.String getHost()
int getPort()
ConnectionPoolStatisticsBean getStatistics()