object WriteConcern

WriteConcern utilities.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WriteConcern
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait Majority extends W

    Majority acknowledgment

  2. sealed class TagSet extends W

    Tagged acknowledgment

  3. sealed trait W extends AnyRef

    Acknowledgment specification (w)

  4. sealed class WaitForAcknowledgments extends W

    Requests acknowledgment by at least i nodes.

Value Members

  1. val Acknowledged: GetLastError with WriteConcern

    WriteConcern with one acknowledgment required.

  2. def Default: GetLastError with WriteConcern

    The default WriteConcern

  3. val Journaled: GetLastError with WriteConcern

    WriteConcern with one acknowledgment and operation written to the on-disk journal.

  4. def ReplicaAcknowledged(n: Int, timeout: Int, journaled: Boolean): GetLastError with WriteConcern
  5. def TagReplicaAcknowledged(tag: String, timeout: Int, journaled: Boolean): GetLastError with WriteConcern
  6. val Unacknowledged: GetLastError with WriteConcern

    WriteConcern with no acknowledgment required.