sealed trait RequestOp extends Op with ChannelBufferWritable

A Mongo Wire Protocol request operation.

Actually, all operations excepted Reply are requests.

Annotations
@deprecated
Deprecated

(Since version 0.20.3) Internal: will be made private

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RequestOp
  2. ChannelBufferWritable
  3. Op
  4. AnyRef
  5. 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 def size: Int

    Size of the content that would be written.

    Size of the content that would be written.

    Definition Classes
    ChannelBufferWritable
  3. 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. val expectsResponse: Boolean

    States if this request expects a response.

  2. val requiresPrimary: Boolean

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