object Request extends Serializable

Annotations
@deprecated
Deprecated

(Since version 0.20.3) Internal: will be made private

Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Request
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(requestID: Int, op: RequestOp): Request

    Create a request.

    Create a request.

    requestID

    id of this request, so that the response may be identifiable. Should be strictly positive.

    op

    request operation.

  2. def apply(requestID: Int, op: RequestOp, documents: Array[Byte]): Request

    Create a request.

    Create a request.

    requestID

    id of this request, so that the response may be identifiable. Should be strictly positive.

    op

    request operation.

    documents

    body of this request, an Array containing 0, 1, or many documents.

  3. def apply(requestID: Int, responseTo: Int, op: RequestOp, documents: Array[Byte]): Request

    Create a request.

    Create a request.

    requestID

    id of this request, so that the response may be identifiable. Should be strictly positive.

    op

    request operation.

    documents

    body of this request, an Array containing 0, 1, or many documents.