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 |
MongoClientImpl.serverSessionPool |
private ServerSessionPool |
ClientSessionHelper.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) |