| Package | Description |
|---|---|
| com.mongodb |
Main package with core files.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
ConnectionPoolListenerAdapter
An adapter for connection pool listener implementations, for clients that want to listen for a subset of connection pool events.
|
(package private) class |
ConnectionPoolStatistics
An MBean implementation for connection pool statistics.
|
(package private) class |
JMXConnectionPoolListener
A connection pool listener that manages a set of JMX MBeans, one for each connection pool.
|
(package private) class |
NoOpConnectionPoolListener |
| Modifier and Type | Field and Description |
|---|---|
private ConnectionPoolListener |
PooledConnectionProvider.connectionPoolListener |
| Modifier and Type | Method and Description |
|---|---|
private ConnectionPoolListener |
JMXConnectionPoolListener.getStatistics(ConnectionPoolEvent event) |
| Constructor and Description |
|---|
PooledConnectionProvider(java.lang.String clusterId,
ServerAddress serverAddress,
ConnectionFactory connectionFactory,
ConnectionPoolSettings settings,
ConnectionPoolListener connectionPoolListener) |