Uses of Class
io.debezium.relational.history.TableChanges.TableChangeType
-
Packages that use TableChanges.TableChangeType Package Description io.debezium.pipeline.signal io.debezium.relational.history -
-
Uses of TableChanges.TableChangeType in io.debezium.pipeline.signal
Methods in io.debezium.pipeline.signal with parameters of type TableChanges.TableChangeType Modifier and Type Method Description private SchemaChangeEvent.SchemaChangeEventTypeSchemaChanges. toSchemaChangeEventType(TableChanges.TableChangeType type) -
Uses of TableChanges.TableChangeType in io.debezium.relational.history
Fields in io.debezium.relational.history declared as TableChanges.TableChangeType Modifier and Type Field Description private TableChanges.TableChangeTypeTableChanges.TableChange. typeMethods in io.debezium.relational.history that return TableChanges.TableChangeType Modifier and Type Method Description TableChanges.TableChangeTypeTableChanges.TableChange. getType()static TableChanges.TableChangeTypeTableChanges.TableChangeType. valueOf(String name)Returns the enum constant of this type with the specified name.static TableChanges.TableChangeType[]TableChanges.TableChangeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.debezium.relational.history with parameters of type TableChanges.TableChangeType Constructor Description TableChange(TableChanges.TableChangeType type, Table table)
-