| Package | Description |
|---|---|
| com.mongodb |
The core mongodb package
|
| Modifier and Type | Method and Description |
|---|---|
static ClientSessionOptions.Builder |
ClientSessionOptions.builder()
Gets an instance of a builder
|
ClientSessionOptions.Builder |
ClientSessionOptions.Builder.causallyConsistent(boolean causallyConsistent)
Sets whether operations using the session should causally consistent with each other.
|
| Constructor and Description |
|---|
ClientSessionOptions(ClientSessionOptions.Builder builder) |