| Package | Description |
|---|---|
| com.mongodb |
The core mongodb package
|
| com.mongodb.async.client |
This packages contains classes for the new async client
|
| com.mongodb.internal.session |
| Modifier and Type | Field and Description |
|---|---|
private ServerSessionPool |
Mongo.serverSessionPool |
| Modifier and Type | Method and Description |
|---|---|
(package private) ServerSessionPool |
Mongo.getServerSessionPool() |
| Modifier and Type | Field and Description |
|---|---|
private ServerSessionPool |
ClientSessionHelper.serverSessionPool |
private ServerSessionPool |
MongoClientImpl.serverSessionPool |
| Modifier and Type | Method and Description |
|---|---|
(package private) ServerSessionPool |
MongoClientImpl.getServerSessionPool() |
| Constructor and Description |
|---|
ClientSessionHelper(MongoClientImpl mongoClient,
ServerSessionPool serverSessionPool) |
| Modifier and Type | Field and Description |
|---|---|
private ServerSessionPool |
ClientSessionImpl.serverSessionPool |
| Constructor and Description |
|---|
ClientSessionImpl(ServerSessionPool serverSessionPool,
java.lang.Object originator,
ClientSessionOptions options) |