| Package | Description |
|---|---|
| io.debezium.data | |
| io.debezium.relational | |
| io.debezium.schema |
| Modifier and Type | Method and Description |
|---|---|
Envelope |
Envelope.Builder.build()
Create the message envelope descriptor.
|
static Envelope |
Envelope.fromSchema(org.apache.kafka.connect.data.Schema schema) |
| Modifier and Type | Field and Description |
|---|---|
private Envelope |
TableSchema.envelopeSchema |
| Modifier and Type | Method and Description |
|---|---|
Envelope |
TableSchema.getEnvelopeSchema()
Get the
Schema that represents the entire value of messages for the table, i.e. |
| Constructor and Description |
|---|
TableSchema(TableId id,
org.apache.kafka.connect.data.Schema keySchema,
StructGenerator keyGenerator,
Envelope envelopeSchema,
org.apache.kafka.connect.data.Schema valueSchema,
StructGenerator valueGenerator)
Create an instance with the specified
Schemas for the keys and values, and the functions that generate the
key and value for a given row of data. |
| Modifier and Type | Method and Description |
|---|---|
Envelope |
DataCollectionSchema.getEnvelopeSchema() |
Copyright © 2020 JBoss by Red Hat. All rights reserved.