Uses of Class
io.debezium.operator.api.model.source.SchemaHistory
Packages that use SchemaHistory
-
Uses of SchemaHistory in io.debezium.operator.api.model.source
Fields in io.debezium.operator.api.model.source declared as SchemaHistoryMethods in io.debezium.operator.api.model.source that return SchemaHistoryModifier and TypeMethodDescriptionSchemaHistoryBuilder.build()SourceFluent.buildSchemaHistory()Source.getSchemaHistory()Methods in io.debezium.operator.api.model.source with parameters of type SchemaHistoryModifier and TypeMethodDescriptionprotected voidSchemaHistoryFluent.copyInstance(SchemaHistory instance) SourceFluent.editOrNewSchemaHistoryLike(SchemaHistory item) voidSource.setSchemaHistory(SchemaHistory schemaHistory) SourceFluent.withNewSchemaHistoryLike(SchemaHistory item) SourceFluent.withSchemaHistory(SchemaHistory schemaHistory) Constructors in io.debezium.operator.api.model.source with parameters of type SchemaHistoryModifierConstructorDescriptionSchemaHistoryBuilder(SchemaHistory instance) SchemaHistoryBuilder(SchemaHistoryFluent<?> fluent, SchemaHistory instance) SchemaHistoryFluent(SchemaHistory instance) (package private)