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