Package io.debezium.data
Class Envelope.FieldName
java.lang.Object
io.debezium.data.Envelope.FieldName
- Enclosing class:
- Envelope
The constants for the names of the fields in the message envelope.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringTheafterfield is used to store the state of a record after an operation.static final StringThebeforefield is used to store the state of a record before an operation.static final StringTheopfield is used to store the kind of operation on a record.static final StringTheoriginfield is used to store the information about the source of a record, including the Kafka Connect partition and offset information.static final StringThets_msfield is used to store the information about the local time at which the connector processed/generated the event.static final StringThe optional metadata information associated with transaction - like transaction id. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
BEFORE
Thebeforefield is used to store the state of a record before an operation.- See Also:
-
AFTER
Theafterfield is used to store the state of a record after an operation.- See Also:
-
OPERATION
Theopfield is used to store the kind of operation on a record.- See Also:
-
SOURCE
Theoriginfield is used to store the information about the source of a record, including the Kafka Connect partition and offset information.- See Also:
-
TRANSACTION
The optional metadata information associated with transaction - like transaction id.- See Also:
-
TIMESTAMP
Thets_msfield is used to store the information about the local time at which the connector processed/generated the event. The timestamp values are the number of milliseconds past epoch (January 1, 1970), and determined by theJVM current time in milliseconds. Note that the accuracy of the timestamp value depends on the JVM's system clock and all of its assumptions, limitations, conditions, and variations.- See Also:
-
-
Constructor Details
-
FieldName
public FieldName()
-