Java com.mongodb ReadConcern fields, constructors, methods, implement or subclass

Example usage for Java com.mongodb ReadConcern fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.mongodb ReadConcern.

The text is from its open source code.

Field

ReadConcernDEFAULT
Use the servers default read concern.
ReadConcernLOCAL
The local read concern.
ReadConcernMAJORITY
The majority read concern.

Constructor

ReadConcern(final ReadConcernLevel level)
Construct a new read concern

Method

BsonDocumentasDocument()
Gets this read concern as a document.