Class/Object

com.youtube.vitess.proto.query

RollbackRequest

Related Docs: object RollbackRequest | package query

Permalink

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

RollbackRequest is the payload to Rollback

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, Updatable[RollbackRequest], Message[RollbackRequest], GeneratedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RollbackRequest
  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 RollbackRequest(effectiveCallerId: Option[CallerID] = None, immediateCallerId: Option[VTGateCallerID] = None, target: Option[Target] = None, transactionId: Long = 0L)

    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: RollbackRequest

    Permalink
  6. def clearImmediateCallerId: RollbackRequest

    Permalink
  7. def clearTarget: RollbackRequest

    Permalink
  8. def clone(): AnyRef

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

    Permalink
    Definition Classes
    RollbackRequest → GeneratedMessage
  10. val effectiveCallerId: Option[CallerID]

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def getAllFields: Map[FieldDescriptor, Any]

    Permalink
    Definition Classes
    GeneratedMessage
  14. final def getClass(): Class[_]

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

    Permalink
  16. def getField(__field: FieldDescriptor): Any

    Permalink
    Definition Classes
    RollbackRequest → GeneratedMessage
  17. def getImmediateCallerId: VTGateCallerID

    Permalink
  18. def getTarget: Target

    Permalink
  19. val immediateCallerId: Option[VTGateCallerID]

    Permalink
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def mergeFrom(_input__: CodedInputStream): RollbackRequest

    Permalink
    Definition Classes
    RollbackRequest → Message
  22. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  25. final def serializedSize: Int

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

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

    Permalink
  28. def toByteArray: Array[Byte]

    Permalink
    Definition Classes
    GeneratedMessage
  29. def toByteString: ByteString

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

    Permalink
    Definition Classes
    RollbackRequest → AnyRef → Any
  31. val transactionId: Long

    Permalink
  32. def update(ms: (Lens[RollbackRequest, RollbackRequest]) ⇒ Mutation[RollbackRequest]*): RollbackRequest

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def withEffectiveCallerId(__v: CallerID): RollbackRequest

    Permalink
  37. def withImmediateCallerId(__v: VTGateCallerID): RollbackRequest

    Permalink
  38. def withTarget(__v: Target): RollbackRequest

    Permalink
  39. def withTransactionId(__v: Long): RollbackRequest

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

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

    Permalink
    Definition Classes
    RollbackRequest → GeneratedMessage
  42. def writeTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage

Inherited from Product

Inherited from Equals

Inherited from Updatable[RollbackRequest]

Inherited from Message[RollbackRequest]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped