Uses of Enum
io.debezium.connector.jdbc.JdbcSinkConnectorConfig.PrimaryKeyMode
Packages that use JdbcSinkConnectorConfig.PrimaryKeyMode
-
Uses of JdbcSinkConnectorConfig.PrimaryKeyMode in io.debezium.connector.jdbc
Fields in io.debezium.connector.jdbc declared as JdbcSinkConnectorConfig.PrimaryKeyModeModifier and TypeFieldDescriptionprivate final JdbcSinkConnectorConfig.PrimaryKeyModeJdbcSinkConnectorConfig.primaryKeyModeSinkRecordDescriptor.Builder.primaryKeyModeMethods in io.debezium.connector.jdbc that return JdbcSinkConnectorConfig.PrimaryKeyModeModifier and TypeMethodDescriptionJdbcSinkConnectorConfig.getPrimaryKeyMode()Returns the enum constant of this type with the specified name.JdbcSinkConnectorConfig.PrimaryKeyMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.debezium.connector.jdbc with parameters of type JdbcSinkConnectorConfig.PrimaryKeyModeModifier and TypeMethodDescriptionorg.apache.kafka.connect.data.StructSinkRecordDescriptor.getKeyStruct(JdbcSinkConnectorConfig.PrimaryKeyMode primaryKeyMode) SinkRecordDescriptor.Builder.withPrimaryKeyMode(JdbcSinkConnectorConfig.PrimaryKeyMode primaryKeyMode)