Class/Object

com.youtube.vitess.proto.query

UpdateStreamRequest

Related Docs: object UpdateStreamRequest | package query

Permalink

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

UpdateStreamRequest is the payload for UpdateStream. At most one of position and timestamp can be set. If neither is set, we will start streaming from the current binlog position.

position

If position is set, we will start the streaming from that replication position. Incompatible with timestamp.

timestamp

If timestamp is set, we will start the streaming from the first event in the binlogs that have that timestamp. Incompatible with position.

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

    Permalink

    position

    If position is set, we will start the streaming from that replication position. Incompatible with timestamp.

    timestamp

    If timestamp is set, we will start the streaming from the first event in the binlogs that have that timestamp. Incompatible with position.

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

    Permalink
  6. def clearImmediateCallerId: UpdateStreamRequest

    Permalink
  7. def clearTarget: UpdateStreamRequest

    Permalink
  8. def clone(): AnyRef

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

    Permalink
    Definition Classes
    UpdateStreamRequest → 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. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    UpdateStreamRequest → GeneratedMessage
  16. def getFieldByNumber(__fieldNumber: Int): Any

    Permalink
    Definition Classes
    UpdateStreamRequest → 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): UpdateStreamRequest

    Permalink
    Definition Classes
    UpdateStreamRequest → 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. val position: String

    Permalink

    If position is set, we will start the streaming from that replication position.

    If position is set, we will start the streaming from that replication position. Incompatible with timestamp.

  26. final def serializedSize: Int

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

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

    Permalink
  29. val timestamp: Long

    Permalink

    If timestamp is set, we will start the streaming from the first event in the binlogs that have that timestamp.

    If timestamp is set, we will start the streaming from the first event in the binlogs that have that timestamp. Incompatible with position.

  30. def toByteArray: Array[Byte]

    Permalink
    Definition Classes
    GeneratedMessage
  31. def toByteString: ByteString

    Permalink
    Definition Classes
    GeneratedMessage
  32. def toPMessage: PMessage

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. def withEffectiveCallerId(__v: CallerID): UpdateStreamRequest

    Permalink
  39. def withImmediateCallerId(__v: VTGateCallerID): UpdateStreamRequest

    Permalink
  40. def withPosition(__v: String): UpdateStreamRequest

    Permalink
  41. def withTarget(__v: Target): UpdateStreamRequest

    Permalink
  42. def withTimestamp(__v: Long): UpdateStreamRequest

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

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

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

Inherited from Message[UpdateStreamRequest]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped