| Package | Description |
|---|---|
| io.debezium.pipeline | |
| io.debezium.pipeline.spi | |
| io.debezium.relational | |
| io.debezium.schema |
| Modifier and Type | Method and Description |
|---|---|
void |
EventDispatcher.StreamingChangeRecordReceiver.changeRecord(DataCollectionSchema dataCollectionSchema,
Envelope.Operation operation,
Object key,
org.apache.kafka.connect.data.Struct value,
OffsetContext offsetContext) |
void |
EventDispatcher.BufferingSnapshotChangeRecordReceiver.changeRecord(DataCollectionSchema dataCollectionSchema,
Envelope.Operation operation,
Object key,
org.apache.kafka.connect.data.Struct value,
OffsetContext offsetContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChangeRecordEmitter.Receiver.changeRecord(DataCollectionSchema schema,
Envelope.Operation operation,
Object key,
org.apache.kafka.connect.data.Struct value,
OffsetContext offset) |
void |
ChangeRecordEmitter.emitChangeRecords(DataCollectionSchema schema,
ChangeRecordEmitter.Receiver receiver)
Emits the change record(s) corresponding to data change represented by this emitter.
|
| 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.schemaFor(I id) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.