| Package | Description |
|---|---|
| io.debezium.pipeline | |
| io.debezium.pipeline.spi | |
| io.debezium.relational | |
| io.debezium.schema |
| Modifier and Type | Method and Description |
|---|---|
void |
EventDispatcher.SchemaChangeEventReceiver.schemaChangeEvent(SchemaChangeEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaChangeEventEmitter.Receiver.schemaChangeEvent(SchemaChangeEvent event) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract SchemaChangeEvent |
HistorizedRelationalSnapshotChangeEventSource.getCreateTableEvent(HistorizedRelationalSnapshotChangeEventSource.SnapshotContext snapshotContext,
Table table)
Creates a
SchemaChangeEvent representing the creation of the given table. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
HistorizedRelationalDatabaseSchema.record(SchemaChangeEvent schemaChange,
TableChanges tableChanges)
Records the given schema change event in the persistent history.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HistorizedDatabaseSchema.applySchemaChange(SchemaChangeEvent schemaChange) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.