Class/Object

com.youtube.vitess.proto.query

ExecuteRequest

Related Docs: object ExecuteRequest | package query

Permalink

final case class ExecuteRequest(effectiveCallerId: Option[CallerID] = None, immediateCallerId: Option[VTGateCallerID] = None, target: Option[Target] = None, query: Option[BoundQuery] = None, transactionId: Long = 0L, options: Option[ExecuteOptions] = None) extends GeneratedMessage with Message[ExecuteRequest] with Updatable[ExecuteRequest] with Product with Serializable

ExecuteRequest is the payload to Execute

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, Updatable[ExecuteRequest], Message[ExecuteRequest], GeneratedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExecuteRequest
  2. Product
  3. Equals
  4. Updatable
  5. Message
  6. GeneratedMessage
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ExecuteRequest(effectiveCallerId: Option[CallerID] = None, immediateCallerId: Option[VTGateCallerID] = None, target: Option[Target] = None, query: Option[BoundQuery] = None, transactionId: Long = 0L, options: Option[ExecuteOptions] = None)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clearEffectiveCallerId: ExecuteRequest

    Permalink
  6. def clearImmediateCallerId: ExecuteRequest

    Permalink
  7. def clearOptions: ExecuteRequest

    Permalink
  8. def clearQuery: ExecuteRequest

    Permalink
  9. def clearTarget: ExecuteRequest

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def companion: ExecuteRequest.type

    Permalink
    Definition Classes
    ExecuteRequest → GeneratedMessage
  12. val effectiveCallerId: Option[CallerID]

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def getEffectiveCallerId: CallerID

    Permalink
  17. def getField(__field: FieldDescriptor): PValue

    Permalink
    Definition Classes
    ExecuteRequest → GeneratedMessage
  18. def getFieldByNumber(__fieldNumber: Int): Any

    Permalink
    Definition Classes
    ExecuteRequest → GeneratedMessage
  19. def getImmediateCallerId: VTGateCallerID

    Permalink
  20. def getOptions: ExecuteOptions

    Permalink
  21. def getQuery: BoundQuery

    Permalink
  22. def getTarget: Target

    Permalink
  23. val immediateCallerId: Option[VTGateCallerID]

    Permalink
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. def mergeFrom(_input__: CodedInputStream): ExecuteRequest

    Permalink
    Definition Classes
    ExecuteRequest → Message
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. val options: Option[ExecuteOptions]

    Permalink
  30. val query: Option[BoundQuery]

    Permalink
  31. final def serializedSize: Int

    Permalink
    Definition Classes
    ExecuteRequest → GeneratedMessage
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. val target: Option[Target]

    Permalink
  34. def toByteArray: Array[Byte]

    Permalink
    Definition Classes
    GeneratedMessage
  35. def toByteString: ByteString

    Permalink
    Definition Classes
    GeneratedMessage
  36. def toPMessage: PMessage

    Permalink
    Definition Classes
    GeneratedMessage
  37. def toString(): String

    Permalink
    Definition Classes
    ExecuteRequest → AnyRef → Any
  38. val transactionId: Long

    Permalink
  39. def update(ms: (Lens[ExecuteRequest, ExecuteRequest]) ⇒ Mutation[ExecuteRequest]*): ExecuteRequest

    Permalink
    Definition Classes
    Updatable
  40. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. def withEffectiveCallerId(__v: CallerID): ExecuteRequest

    Permalink
  44. def withImmediateCallerId(__v: VTGateCallerID): ExecuteRequest

    Permalink
  45. def withOptions(__v: ExecuteOptions): ExecuteRequest

    Permalink
  46. def withQuery(__v: BoundQuery): ExecuteRequest

    Permalink
  47. def withTarget(__v: Target): ExecuteRequest

    Permalink
  48. def withTransactionId(__v: Long): ExecuteRequest

    Permalink
  49. def writeDelimitedTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage
  50. def writeTo(_output__: CodedOutputStream): Unit

    Permalink
    Definition Classes
    ExecuteRequest → GeneratedMessage
  51. def writeTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. def getAllFields: Map[FieldDescriptor, Any]

    Permalink
    Definition Classes
    GeneratedMessage
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use toPMessage

  2. def getField(field: FieldDescriptor): Any

    Permalink
    Definition Classes
    GeneratedMessage
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use getField that accepts a ScalaPB descriptor and returns PValue

Inherited from Product

Inherited from Equals

Inherited from Updatable[ExecuteRequest]

Inherited from Message[ExecuteRequest]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped