Uses of Enum
io.debezium.connector.binlog.BinlogConnectorConfig.SnapshotMode
Packages that use BinlogConnectorConfig.SnapshotMode
-
Uses of BinlogConnectorConfig.SnapshotMode in io.debezium.connector.binlog
Fields in io.debezium.connector.binlog declared as BinlogConnectorConfig.SnapshotModeModifier and TypeFieldDescriptionprivate final BinlogConnectorConfig.SnapshotModeBinlogConnectorConfig.snapshotModeMethods in io.debezium.connector.binlog that return BinlogConnectorConfig.SnapshotModeModifier 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 BinlogConnectorConfig.SnapshotMode[]BinlogConnectorConfig.SnapshotMode.values()Returns an array containing the constants of this enum type, in the order they are declared.