| Package | Description |
|---|---|
| io.debezium.pipeline | |
| io.debezium.pipeline.spi | |
| io.debezium.relational | |
| io.debezium.schema |
| Modifier and Type | Field and Description |
|---|---|
private DataCollectionSchema |
EventDispatcher.ChangeRecordReceiver.dataCollectionSchema |
| Constructor and Description |
|---|
ChangeRecordReceiver(DataCollectionId dataCollectionId,
ChangeEventCreator changeEventCreator,
DataCollectionSchema dataCollectionSchema) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChangeRecordEmitter.emitChangeRecords(DataCollectionSchema schema,
ChangeRecordEmitter.Receiver receiver) |
| Modifier and Type | Class and Description |
|---|---|
class |
TableSchema
Defines the Kafka Connect
Schema functionality associated with a given table definition, and which can
be used to send rows of data that match the table definition to Kafka Connect. |
| Modifier and Type | Method and Description |
|---|---|
void |
RelationalChangeRecordEmitter.emitChangeRecords(DataCollectionSchema schema,
ChangeRecordEmitter.Receiver receiver) |
| Modifier and Type | Method and Description |
|---|---|
DataCollectionSchema |
DatabaseSchema.getDataCollectionSchema(DataCollectionId id) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.