Class/Object

com.youtube.vitess.proto.query

CreateTransactionRequest

Related Docs: object CreateTransactionRequest | package query

Permalink

final case class CreateTransactionRequest(effectiveCallerId: Option[CallerID] = None, immediateCallerId: Option[VTGateCallerID] = None, target: Option[Target] = None, dtid: String = "", participants: Seq[Target] = _root_.scala.collection.Seq.empty) extends GeneratedMessage with Message[CreateTransactionRequest] with Updatable[CreateTransactionRequest] with Product with Serializable

CreateTransactionRequest is the payload to CreateTransaction

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, Updatable[CreateTransactionRequest], Message[CreateTransactionRequest], GeneratedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CreateTransactionRequest
  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 CreateTransactionRequest(effectiveCallerId: Option[CallerID] = None, immediateCallerId: Option[VTGateCallerID] = None, target: Option[Target] = None, dtid: String = "", participants: Seq[Target] = _root_.scala.collection.Seq.empty)

    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 addAllParticipants(__vs: TraversableOnce[Target]): CreateTransactionRequest

    Permalink
  5. def addParticipants(__vs: Target*): CreateTransactionRequest

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clearEffectiveCallerId: CreateTransactionRequest

    Permalink
  8. def clearImmediateCallerId: CreateTransactionRequest

    Permalink
  9. def clearParticipants: CreateTransactionRequest

    Permalink
  10. def clearTarget: CreateTransactionRequest

    Permalink
  11. def clone(): AnyRef

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

    Permalink
    Definition Classes
    CreateTransactionRequest → GeneratedMessage
  13. val dtid: String

    Permalink
  14. val effectiveCallerId: Option[CallerID]

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

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

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

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

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

    Permalink
    Definition Classes
    CreateTransactionRequest → GeneratedMessage
  20. def getFieldByNumber(__fieldNumber: Int): Any

    Permalink
    Definition Classes
    CreateTransactionRequest → GeneratedMessage
  21. def getImmediateCallerId: VTGateCallerID

    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): CreateTransactionRequest

    Permalink
    Definition Classes
    CreateTransactionRequest → 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 participants: Seq[Target]

    Permalink
  30. final def serializedSize: Int

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

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

    Permalink
  33. def toByteArray: Array[Byte]

    Permalink
    Definition Classes
    GeneratedMessage
  34. def toByteString: ByteString

    Permalink
    Definition Classes
    GeneratedMessage
  35. def toPMessage: PMessage

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

    Permalink
    Definition Classes
    CreateTransactionRequest → AnyRef → Any
  37. def update(ms: (Lens[CreateTransactionRequest, CreateTransactionRequest]) ⇒ Mutation[CreateTransactionRequest]*): CreateTransactionRequest

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. def withDtid(__v: String): CreateTransactionRequest

    Permalink
  42. def withEffectiveCallerId(__v: CallerID): CreateTransactionRequest

    Permalink
  43. def withImmediateCallerId(__v: VTGateCallerID): CreateTransactionRequest

    Permalink
  44. def withParticipants(__v: Seq[Target]): CreateTransactionRequest

    Permalink
  45. def withTarget(__v: Target): CreateTransactionRequest

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

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

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

Inherited from Message[CreateTransactionRequest]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped