Uses of Enum
io.debezium.connector.mysql.MySqlConnectorConfig.SnapshotQueryMode
Packages that use MySqlConnectorConfig.SnapshotQueryMode
-
Uses of MySqlConnectorConfig.SnapshotQueryMode in io.debezium.connector.mysql
Fields in io.debezium.connector.mysql declared as MySqlConnectorConfig.SnapshotQueryModeModifier and TypeFieldDescriptionprivate final MySqlConnectorConfig.SnapshotQueryModeMySqlConnectorConfig.snapshotQueryModeMethods in io.debezium.connector.mysql that return MySqlConnectorConfig.SnapshotQueryModeModifier and TypeMethodDescriptionDetermine if the supplied value is one of the predefined options.Determine if the supplied value is one of the predefined options.MySqlConnectorConfig.snapshotQueryMode()Returns the enum constant of this type with the specified name.MySqlConnectorConfig.SnapshotQueryMode.values()Returns an array containing the constants of this enum type, in the order they are declared.