@Deprecated public interface Java5MongoConnectionPoolMBean
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 |
getInUse()
Deprecated.
Gets the number of pool members that are currently in use.
|
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.
|
int |
getTotal()
Deprecated.
Gets the total number of pool members, including idle and and in-use members.
|
String getName()
String getHost()
int getPort()
int getTotal()
int getInUse()
int getMaxSize()