object MongoDB

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. def firstBatch(chanId: ChannelId, cursorId: Long, ns: String, firstBatch: Seq[BSONDocument]): Try[Response]

    Builds a response for a success batch.

    Builds a response for a success batch.

    chanId

    Unique ID of channel

  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def mkCursorResponse(chanId: ChannelId, flags: Int, id: Long, ns: String, firstBatch: Seq[BSONDocument]): Try[Response]
  14. def mkResponse(chanId: ChannelId, flags: Int, docs: Iterable[BSONDocument]): Try[Response]

    Builds a Mongo response.

    Builds a Mongo response.

    chanId

    Unique ID of channel

    docs

    BSON documents

  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. def queryError(chanId: ChannelId, error: String, code: Option[Int] = None): Try[Response]

    Builds a response with error details for a query.

    Builds a response with error details for a query.

    chanId

    Unique ID of channel

    error

    Error message

  19. def querySuccess(chanId: ChannelId, docs: Iterable[BSONDocument]): Try[Response]

    Builds a response for a success query.

    Builds a response for a success query.

    chanId

    Unique ID of channel

    docs

    BSON documents

  20. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  25. def writeError(chanId: ChannelId, error: String, code: Option[Int] = None): Try[Response]

    Builds a response with error details for a write operation.

    Builds a response with error details for a write operation.

    chanId

    Uniqe ID of channel

    error

    Error message

    code

    Error code

  26. def writeOp(mongoOp: WriteRequestOp): Option[WriteOp]

    Defines instance of WriteOp enum.

    Defines instance of WriteOp enum.

    Annotations
    @inline()
  27. def writeSuccess(chanId: ChannelId, count: Int, updatedExisting: Boolean = false): Try[Response]

    Builds a response for a successful write operation.

    Builds a response for a successful write operation.

    chanId

    Unique ID of channel

    count

    The number of documents affected by last command, 0 if none

    updatedExisting

    Some existing document has been updated

Inherited from AnyRef

Inherited from Any

Ungrouped