t

reactivemongo.core.protocol

CollectionAwareRequestOp

sealed trait CollectionAwareRequestOp extends RequestOp

A request that needs to know the full collection name.

Annotations
@deprecated
Deprecated

(Since version 0.20.3) Internal: will be made private

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CollectionAwareRequestOp
  2. RequestOp
  3. ChannelBufferWritable
  4. Op
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract val code: Int

    The operation code

    The operation code

    Definition Classes
    Op
  2. abstract val fullCollectionName: String

    The full collection name (<dbname.collectionname>)

  3. abstract def size: Int

    Size of the content that would be written.

    Size of the content that would be written.

    Definition Classes
    ChannelBufferWritable
  4. abstract def writeTo: (ByteBuf) => Unit

    Write this instance into the given ByteBuf.

    Write this instance into the given ByteBuf.

    Definition Classes
    ChannelBufferWritable

Concrete Value Members

  1. lazy val collectionName: String

    Database and collection name

  2. lazy val db: String

    Database and collection name

  3. val expectsResponse: Boolean

    States if this request expects a response.

    States if this request expects a response.

    Definition Classes
    RequestOp
  4. val requiresPrimary: Boolean

    States if this request has to be run on a primary.

    States if this request has to be run on a primary.

    Definition Classes
    RequestOp