| Package | Description |
|---|---|
| com.ververica.cdc.debezium.internal | |
| com.ververica.cdc.debezium.utils |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
FlinkDatabaseSchemaHistory.isCompatible(Collection<SchemaRecord> records)
Determine whether the
FlinkDatabaseSchemaHistory is compatible with the specified
state. |
static boolean |
FlinkDatabaseHistory.isCompatible(Collection<SchemaRecord> records)
Determine whether the
FlinkDatabaseHistory is compatible with the specified state. |
| Modifier and Type | Method and Description |
|---|---|
static Collection<SchemaRecord> |
DatabaseHistoryUtil.retrieveHistory(String engineName)
Retrieves history of schema safely, this method firstly checks the history status of specific
engine, and then return the history of schema if the history exists(didn't clean up yet).
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DatabaseHistoryUtil.registerHistory(String engineName,
Collection<SchemaRecord> engineHistory)
Registers history of schema safely.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.