Uses of Enum
io.debezium.connector.SnapshotRecord
Packages that use SnapshotRecord
Package
Description
-
Uses of SnapshotRecord in io.debezium.connector
Methods in io.debezium.connector that return SnapshotRecordModifier and TypeMethodDescriptionstatic SnapshotRecordSnapshotRecord.fromSource(org.apache.kafka.connect.data.Struct source) protected abstract SnapshotRecordAbstractSourceInfo.snapshot()static SnapshotRecordReturns the enum constant of this type with the specified name.static SnapshotRecord[]SnapshotRecord.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SnapshotRecord in io.debezium.connector.common
Fields in io.debezium.connector.common declared as SnapshotRecordMethods in io.debezium.connector.common that return SnapshotRecordMethods in io.debezium.connector.common with parameters of type SnapshotRecord -
Uses of SnapshotRecord in io.debezium.pipeline
Methods in io.debezium.pipeline with parameters of type SnapshotRecordModifier and TypeMethodDescriptionvoidCommonOffsetContext.markSnapshotRecord(SnapshotRecord record) -
Uses of SnapshotRecord in io.debezium.pipeline.notification.channels
Methods in io.debezium.pipeline.notification.channels with parameters of type SnapshotRecordModifier and TypeMethodDescriptionvoidSinkNotificationChannel.EmptyOffsetContext.markSnapshotRecord(SnapshotRecord record) -
Uses of SnapshotRecord in io.debezium.pipeline.spi
Methods in io.debezium.pipeline.spi with parameters of type SnapshotRecordModifier and TypeMethodDescriptionvoidOffsetContext.markSnapshotRecord(SnapshotRecord record) Mark the position of the record in the snapshot.