Packages

final case class CDCState(vectorId: Option[ByteString] = _root_.scala.None, prevVectorId: Option[ByteString] = _root_.scala.None, userId: Seq[ByteString] = _root_.scala.Seq.empty, operation: CDCOperation = io.bidmachine.protobuf.vectorid.cdc.v1.CDCOperation.CDC_OPERATION_UNSPECIFIED, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[CDCState] with Product with Serializable

A single state change entry within a CDC message. Represents one operation affecting a set of IFA/IFV vertices.

Field presence by operation: DELETE: prev_vector_id + user_id SPLIT: vector_id + prev_vector_id + user_id UNION: vector_id + prev_vector_id + user_id APPEND: vector_id + user_id ALIVE: vector_id only (TTL heartbeat, no user_id changes)

vectorId

Vector UUID after the operation. Present for APPEND, UNION, SPLIT, ALIVE. Absent for DELETE.

prevVectorId

Previous vector UUID before the operation. Present for DELETE, UNION, SPLIT. Absent for APPEND, ALIVE.

userId

List of IFA/IFV source IDs affected by this state change. Present for DELETE, SPLIT, UNION, APPEND. Empty for ALIVE (no mapping changes).

operation

The operation that produced this state change

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

Instance Constructors

  1. new CDCState(vectorId: Option[ByteString] = _root_.scala.None, prevVectorId: Option[ByteString] = _root_.scala.None, userId: Seq[ByteString] = _root_.scala.Seq.empty, operation: CDCOperation = io.bidmachine.protobuf.vectorid.cdc.v1.CDCOperation.CDC_OPERATION_UNSPECIFIED, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)

    vectorId

    Vector UUID after the operation. Present for APPEND, UNION, SPLIT, ALIVE. Absent for DELETE.

    prevVectorId

    Previous vector UUID before the operation. Present for DELETE, UNION, SPLIT. Absent for APPEND, ALIVE.

    userId

    List of IFA/IFV source IDs affected by this state change. Present for DELETE, SPLIT, UNION, APPEND. Empty for ALIVE (no mapping changes).

    operation

    The operation that produced this state change

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addAllUserId(__vs: Iterable[ByteString]): CDCState
  5. def addUserId(__vs: ByteString*): CDCState
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clearPrevVectorId: CDCState
  8. def clearUserId: CDCState
  9. def clearVectorId: CDCState
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  11. def companion: CDCState.type
    Definition Classes
    CDCState → GeneratedMessage
  12. def discardUnknownFields: CDCState
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  15. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    CDCState → GeneratedMessage
  16. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    CDCState → GeneratedMessage
  17. def getPrevVectorId: ByteString
  18. def getVectorId: ByteString
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  23. val operation: CDCOperation
  24. val prevVectorId: Option[ByteString]
  25. def productElementNames: Iterator[String]
    Definition Classes
    Product
  26. def serializedSize: Int
    Definition Classes
    CDCState → GeneratedMessage
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  29. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  30. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  31. def toProtoString: String
    Definition Classes
    CDCState → GeneratedMessage
  32. val unknownFields: UnknownFieldSet
  33. def update(ms: (Lens[CDCState, CDCState]) => Mutation[CDCState]*): CDCState
    Definition Classes
    Updatable
  34. val userId: Seq[ByteString]
  35. val vectorId: Option[ByteString]
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. def withOperation(__v: CDCOperation): CDCState
  40. def withPrevVectorId(__v: ByteString): CDCState
  41. def withUnknownFields(__v: UnknownFieldSet): CDCState
  42. def withUserId(__v: Seq[ByteString]): CDCState
  43. def withVectorId(__v: ByteString): CDCState
  44. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  45. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    CDCState → GeneratedMessage
  46. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Updatable[CDCState]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped