| Package | Description |
|---|---|
| com.mongodb |
The core mongodb package
|
| Modifier and Type | Method and Description |
|---|---|
static ReadConcernLevel |
ReadConcernLevel.fromString(String readConcernLevel)
Returns the ReadConcern from the string read concern level.
|
static ReadConcernLevel |
ReadConcernLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReadConcernLevel[] |
ReadConcernLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ReadConcern(ReadConcernLevel readConcernLevel)
Construct a new read concern
|
Copyright © 2017. All Rights Reserved.