case class Insert(flags: Int, fullCollectionName: String) extends WriteRequestOp with Product with Serializable

Insert operation.

flags

Operation flags.

Annotations
@deprecated
Deprecated

(Since version 0.20.3) Internal: will be made private

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Insert
  2. Serializable
  3. Product
  4. Equals
  5. WriteRequestOp
  6. CollectionAwareRequestOp
  7. RequestOp
  8. ChannelBufferWritable
  9. Op
  10. AnyRef
  11. 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

Instance Constructors

  1. new Insert(flags: Int, fullCollectionName: String)

    flags

    Operation flags.

Value Members

  1. val code: Int

    The operation code

    The operation code

    Definition Classes
    InsertOp
  2. lazy val collectionName: String

    Database and collection name

    Database and collection name

    Definition Classes
    CollectionAwareRequestOp
  3. lazy val db: String

    Database and collection name

    Database and collection name

    Definition Classes
    CollectionAwareRequestOp
  4. val expectsResponse: Boolean

    States if this request expects a response.

    States if this request expects a response.

    Definition Classes
    RequestOp
  5. val flags: Int
  6. val fullCollectionName: String

    The full collection name (<dbname.collectionname>)

    The full collection name (<dbname.collectionname>)

    Definition Classes
    InsertCollectionAwareRequestOp
  7. def productElementNames: Iterator[String]
    Definition Classes
    Product
  8. 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
    InsertRequestOp
  9. val size: Int

    Size of the content that would be written.

    Size of the content that would be written.

    Definition Classes
    InsertChannelBufferWritable
  10. val writeTo: (ByteBuf) => Unit

    Write this instance into the given ByteBuf.

    Write this instance into the given ByteBuf.

    Definition Classes
    InsertChannelBufferWritable