Example usage for Java com.mongodb ReadConcern fields, constructors, methods, implement or subclass
The text is from its open source code.
ReadConcern | DEFAULT Use the servers default read concern. |
ReadConcern | LOCAL The local read concern. |
ReadConcern | MAJORITY The majority read concern. |
ReadConcern(final ReadConcernLevel level) Construct a new read concern |
BsonDocument | asDocument() Gets this read concern as a document. |