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