case class KillCursors(cursorIDs: Set[Long]) extends RequestOp with Product with Serializable

KillCursors operation.

cursorIDs

ids of the cursors to kill. Should not be empty.

Annotations
@deprecated
Deprecated

(Since version 0.20.3) Internal: will be made private

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KillCursors
  2. Serializable
  3. Product
  4. Equals
  5. RequestOp
  6. ChannelBufferWritable
  7. Op
  8. AnyRef
  9. 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 KillCursors(cursorIDs: Set[Long])

    cursorIDs

    ids of the cursors to kill. Should not be empty.

Value Members

  1. val code: Int

    The operation code

    The operation code

    Definition Classes
    KillCursorsOp
  2. val cursorIDs: Set[Long]
  3. val expectsResponse: Boolean

    States if this request expects a response.

    States if this request expects a response.

    Definition Classes
    RequestOp
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product
  5. 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
  6. val size: Int

    Size of the content that would be written.

    Size of the content that would be written.

    Definition Classes
    KillCursorsChannelBufferWritable
  7. val writeTo: (ByteBuf) => Unit

    Write this instance into the given ByteBuf.

    Write this instance into the given ByteBuf.

    Definition Classes
    KillCursorsChannelBufferWritable