Mongo Scala Driver - org.mongodb.scala.ReadConcern (original) (raw)

object ReadConcern

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. ReadConcern

  2. AnyRef

  3. Any

  4. Hide All

  5. Show All

Visibility

  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##(): Int
  3. final def ==(arg0: Any): Boolean
  4. val AVAILABLE: ReadConcern
    The available read concern level.
  5. val DEFAULT: ReadConcern
    Use the servers default read concern.
  6. val LINEARIZABLE: ReadConcern
    The linearizable read concern.
  7. val LOCAL: ReadConcern
    Return the node's most recent copy of data.
  8. val MAJORITY: ReadConcern
    Return the node's most recent copy of the data confirmed as having been written to a majority of the nodes.
  9. val SNAPSHOT: ReadConcern
    The snapshot read concern level.
  10. def apply(readConcernLevel: ReadConcernLevel): ReadConcern
    Construct a new read concern
  11. final def asInstanceOf[T0]: T0
  12. def clone(): AnyRef
  13. final def eq(arg0: AnyRef): Boolean
  14. def equals(arg0: AnyRef): Boolean
  15. def finalize(): Unit
  16. final def getClass(): Class[_ <: AnyRef]
  17. def hashCode(): Int
  18. final def isInstanceOf[T0]: Boolean
  19. final def ne(arg0: AnyRef): Boolean
  20. final def notify(): Unit
  21. final def notifyAll(): Unit
  22. final def synchronized[T0](arg0: => T0): T0
  23. def toString(): String
  24. final def wait(): Unit
  25. final def wait(arg0: Long, arg1: Int): Unit
  26. final def wait(arg0: Long): Unit

Ungrouped