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 |
DefaultServer.connectionPool |
private ConnectionPool |
DefaultServerMonitorFactory.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,
ServerListener serverListener,
CommandListener commandListener) |
DefaultServerMonitor(ServerId serverId,
ServerSettings serverSettings,
ChangeListener<ServerDescription> serverStateListener,
InternalConnectionFactory internalConnectionFactory,
ConnectionPool connectionPool) |
DefaultServerMonitorFactory(ServerId serverId,
ServerSettings settings,
InternalConnectionFactory internalConnectionFactory,
ConnectionPool connectionPool) |