Package | Description |
---|---|
com.mongodb.connection |
Contains classes that manage connecting to MongoDB servers.
|
com.mongodb.internal.connection | |
com.mongodb.internal.session |
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.
|
Modifier and Type | Class and Description |
---|---|
private class |
ServerSessionPool.ServerSessionItemFactory |