object WriteConcern
WriteConcern utilities.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WriteConcern
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
Value Members
- val Acknowledged: GetLastError with WriteConcern
WriteConcern with one acknowledgment required.
- def Default: GetLastError with WriteConcern
The default WriteConcern
- val Journaled: GetLastError with WriteConcern
WriteConcern with one acknowledgment and operation written to the on-disk journal.
- def ReplicaAcknowledged(n: Int, timeout: Int, journaled: Boolean): GetLastError with WriteConcern
- def TagReplicaAcknowledged(tag: String, timeout: Int, journaled: Boolean): GetLastError with WriteConcern
- val Unacknowledged: GetLastError with WriteConcern
WriteConcern with no acknowledgment required.