Class/Object

com.youtube.vitess.proto.query

ExecuteBatchRequest

Related Docs: object ExecuteBatchRequest | package query

Permalink

final case class ExecuteBatchRequest(effectiveCallerId: Option[CallerID] = None, immediateCallerId: Option[VTGateCallerID] = None, target: Option[Target] = None, queries: Seq[BoundQuery] = _root_.scala.collection.Seq.empty, asTransaction: Boolean = false, transactionId: Long = 0L, options: Option[ExecuteOptions] = None) extends GeneratedMessage with Message[ExecuteBatchRequest] with Updatable[ExecuteBatchRequest] with Product with Serializable

ExecuteBatchRequest is the payload to ExecuteBatch

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, Updatable[ExecuteBatchRequest], Message[ExecuteBatchRequest], GeneratedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExecuteBatchRequest
  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 ExecuteBatchRequest(effectiveCallerId: Option[CallerID] = None, immediateCallerId: Option[VTGateCallerID] = None, target: Option[Target] = None, queries: Seq[BoundQuery] = _root_.scala.collection.Seq.empty, asTransaction: Boolean = false, 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. def addAllQueries(__vs: TraversableOnce[BoundQuery]): ExecuteBatchRequest

    Permalink
  5. def addQueries(__vs: BoundQuery*): ExecuteBatchRequest

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. val asTransaction: Boolean

    Permalink
  8. def clearEffectiveCallerId: ExecuteBatchRequest

    Permalink
  9. def clearImmediateCallerId: ExecuteBatchRequest

    Permalink
  10. def clearOptions: ExecuteBatchRequest

    Permalink
  11. def clearQueries: ExecuteBatchRequest

    Permalink
  12. def clearTarget: ExecuteBatchRequest

    Permalink
  13. def clone(): AnyRef

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

    Permalink
    Definition Classes
    ExecuteBatchRequest → GeneratedMessage
  15. val effectiveCallerId: Option[CallerID]

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

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

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

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

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

    Permalink
    Definition Classes
    ExecuteBatchRequest → GeneratedMessage
  21. def getFieldByNumber(__fieldNumber: Int): Any

    Permalink
    Definition Classes
    ExecuteBatchRequest → GeneratedMessage
  22. def getImmediateCallerId: VTGateCallerID

    Permalink
  23. def getOptions: ExecuteOptions

    Permalink
  24. def getTarget: Target

    Permalink
  25. val immediateCallerId: Option[VTGateCallerID]

    Permalink
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. def mergeFrom(_input__: CodedInputStream): ExecuteBatchRequest

    Permalink
    Definition Classes
    ExecuteBatchRequest → Message
  28. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
  32. val queries: Seq[BoundQuery]

    Permalink
  33. final def serializedSize: Int

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

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

    Permalink
  36. def toByteArray: Array[Byte]

    Permalink
    Definition Classes
    GeneratedMessage
  37. def toByteString: ByteString

    Permalink
    Definition Classes
    GeneratedMessage
  38. def toPMessage: PMessage

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

    Permalink
    Definition Classes
    ExecuteBatchRequest → AnyRef → Any
  40. val transactionId: Long

    Permalink
  41. def update(ms: (Lens[ExecuteBatchRequest, ExecuteBatchRequest]) ⇒ Mutation[ExecuteBatchRequest]*): ExecuteBatchRequest

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. def withAsTransaction(__v: Boolean): ExecuteBatchRequest

    Permalink
  46. def withEffectiveCallerId(__v: CallerID): ExecuteBatchRequest

    Permalink
  47. def withImmediateCallerId(__v: VTGateCallerID): ExecuteBatchRequest

    Permalink
  48. def withOptions(__v: ExecuteOptions): ExecuteBatchRequest

    Permalink
  49. def withQueries(__v: Seq[BoundQuery]): ExecuteBatchRequest

    Permalink
  50. def withTarget(__v: Target): ExecuteBatchRequest

    Permalink
  51. def withTransactionId(__v: Long): ExecuteBatchRequest

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

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

    Permalink
    Definition Classes
    ExecuteBatchRequest → GeneratedMessage
  54. 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[ExecuteBatchRequest]

Inherited from Message[ExecuteBatchRequest]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped