| Package | Description |
|---|---|
| com.mongodb.connection |
Contains classes that manage connecting to MongoDB servers.
|
| com.mongodb.internal.connection |
| Modifier and Type | Class and Description |
|---|---|
private class |
DefaultConnectionPool.UsageTrackingInternalConnectionItemFactory |
| Modifier and Type | Field and Description |
|---|---|
private ConcurrentPool.ItemFactory<T> |
ConcurrentPool.itemFactory |
| Constructor and Description |
|---|
ConcurrentPool(int maxSize,
ConcurrentPool.ItemFactory<T> itemFactory)
Initializes a new pool of objects.
|