-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: API, Write Operations
-
None
The following constants, constructors, methods, and inner class of the WriteConcern class will be deprecated:
Constants:
- FSYNCED
- REPLICA_ACKNOWLEDGED
- NORMAL
- SAFE
- FSYNC_SAFE
- JOURNAL_SAFE
- REPLICAS_SAFE
Constructors:
- WriteConcern()
- WriteConcern(boolean)
- WriteConcern(int, int, boolean)
- WriteConcern(int, int, boolean, boolean)
- WriteConcern(java.lang.String, int, boolean, boolean)
Methods:
- getFsync
- sync
- callGetLastError
- withFsync
- majorityWriteConcern
Inner classes
- Majority