| Package | Description |
|---|---|
| com.mongodb.connection |
Contains classes that manage connecting to MongoDB servers.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
DefaultConnectionPool |
| Modifier and Type | Field and Description |
|---|---|
private ConnectionPool |
DefaultServerMonitorFactory.connectionPool |
private ConnectionPool |
DefaultServer.connectionPool |
private ConnectionPool |
DefaultServerMonitor.connectionPool |
| Modifier and Type | Method and Description |
|---|---|
(package private) ConnectionPool |
DefaultServer.getConnectionPool() |
| Constructor and Description |
|---|
DefaultServer(ServerId serverId,
ClusterConnectionMode clusterConnectionMode,
ConnectionPool connectionPool,
ConnectionFactory connectionFactory,
ServerMonitorFactory serverMonitorFactory,
java.util.List<ServerListener> serverListeners,
CommandListener commandListener) |
DefaultServerMonitor(ServerId serverId,
ServerSettings settings,
ChangeListener<ServerDescription> serverStateListener,
InternalConnectionFactory internalConnectionFactory,
ConnectionPool connectionPool) |
DefaultServerMonitorFactory(ServerId serverId,
ServerSettings settings,
InternalConnectionFactory internalConnectionFactory,
ConnectionPool connectionPool) |