case class GetMore(fullCollectionName: String, numberToReturn: Int, cursorID: Long) extends CollectionAwareRequestOp with Product with Serializable
GetMore operation.
Allows to get more data from a cursor.
- numberToReturn
number of documents to return in the response. 0 means the server will choose.
- Annotations
- @deprecated
- Deprecated
(Since version 0.20.3) Internal: will be made private
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GetMore
- Serializable
- Product
- Equals
- CollectionAwareRequestOp
- RequestOp
- ChannelBufferWritable
- Op
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Value Members
- val code: Int
The operation code
- lazy val collectionName: String
Database and collection name
Database and collection name
- Definition Classes
- CollectionAwareRequestOp
- val cursorID: Long
- lazy val db: String
Database and collection name
Database and collection name
- Definition Classes
- CollectionAwareRequestOp
- val expectsResponse: Boolean
States if this request expects a response.
- val fullCollectionName: String
The full collection name (<dbname.collectionname>)
The full collection name (<dbname.collectionname>)
- Definition Classes
- GetMore → CollectionAwareRequestOp
- val numberToReturn: Int
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- 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
- val size: Int
Size of the content that would be written.
Size of the content that would be written.
- Definition Classes
- GetMore → ChannelBufferWritable
- val writeTo: (ByteBuf) => Unit
Write this instance into the given ByteBuf.
Write this instance into the given ByteBuf.
- Definition Classes
- GetMore → ChannelBufferWritable