| Package | Description |
|---|---|
| com.mongodb |
Main package with core files.
|
| Modifier and Type | Field and Description |
|---|---|
private ConnectionPoolSettings |
ConnectionPoolOpenedEvent.settings |
private ConnectionPoolSettings |
ConnectionPoolStatistics.settings |
private ConnectionPoolSettings |
PooledConnectionProvider.settings |
| Modifier and Type | Method and Description |
|---|---|
ConnectionPoolSettings |
ConnectionPoolSettings.Builder.build() |
ConnectionPoolSettings |
ConnectionPoolOpenedEvent.getSettings()
Gets the settings for this connection pool.
|
| Constructor and Description |
|---|
ConnectionPoolOpenedEvent(java.lang.String clusterId,
ServerAddress serverAddress,
ConnectionPoolSettings settings)
Constructs a new instance of the event.
|
PooledConnectionProvider(java.lang.String clusterId,
ServerAddress serverAddress,
ConnectionFactory connectionFactory,
ConnectionPoolSettings settings,
ConnectionPoolListener connectionPoolListener) |