Uses of Class
io.debezium.connector.SnapshotRecord
-
Packages that use SnapshotRecord Package Description io.debezium.connector io.debezium.connector.common -
-
Uses of SnapshotRecord in io.debezium.connector
Methods in io.debezium.connector that return SnapshotRecord Modifier and Type Method Description static SnapshotRecordSnapshotRecord. fromSource(org.apache.kafka.connect.data.Struct source)protected abstract SnapshotRecordAbstractSourceInfo. snapshot()static SnapshotRecordSnapshotRecord. valueOf(String name)Returns 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 SnapshotRecord Modifier and Type Field Description protected SnapshotRecordBaseSourceInfo. snapshotRecordMethods in io.debezium.connector.common that return SnapshotRecord Modifier and Type Method Description protected SnapshotRecordBaseSourceInfo. snapshot()Methods in io.debezium.connector.common with parameters of type SnapshotRecord Modifier and Type Method Description voidBaseSourceInfo. setSnapshot(SnapshotRecord snapshot)
-