Package | Description |
---|---|
com.mongodb.internal.session | |
com.mongodb.session |
Contains classes related to sessions
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
ServerSessionPool.ServerSessionImpl |
Modifier and Type | Field and Description |
---|---|
private ServerSession |
ClientSessionImpl.serverSession |
Modifier and Type | Method and Description |
---|---|
ServerSession |
ServerSessionPool.get() |
ServerSession |
ClientSessionImpl.getServerSession() |
Modifier and Type | Method and Description |
---|---|
void |
ServerSessionPool.release(ServerSession serverSession) |
Modifier and Type | Method and Description |
---|---|
ServerSession |
ClientSession.getServerSession() |