Uses of Enum
io.debezium.config.CommonConnectorConfig.Version
Packages that use CommonConnectorConfig.Version
-
Uses of CommonConnectorConfig.Version in io.debezium.config
Methods in io.debezium.config that return CommonConnectorConfig.VersionModifier and TypeMethodDescriptionDetermine if the supplied value is one of the predefined options.Determine if the supplied value is one of the predefined options.Returns the enum constant of this type with the specified name.static CommonConnectorConfig.Version[]CommonConnectorConfig.Version.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.debezium.config with parameters of type CommonConnectorConfig.VersionModifier and TypeMethodDescriptionprotected abstract SourceInfoStructMaker<?>CommonConnectorConfig.getSourceInfoStructMaker(CommonConnectorConfig.Version version) Returns the connector-specificSourceInfoStructMakerbased on the given configuration.