Class AlwaysSnapshotter
- java.lang.Object
-
- io.debezium.connector.postgresql.snapshot.QueryingSnapshotter
-
- io.debezium.connector.postgresql.snapshot.AlwaysSnapshotter
-
- All Implemented Interfaces:
Snapshotter
public class AlwaysSnapshotter extends QueryingSnapshotter
-
-
Field Summary
Fields Modifier and Type Field Description private static org.slf4j.LoggerLOGGER
-
Constructor Summary
Constructors Constructor Description AlwaysSnapshotter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanshouldSnapshot()booleanshouldStream()-
Methods inherited from class io.debezium.connector.postgresql.snapshot.QueryingSnapshotter
buildSnapshotQuery, init, snapshotTableLockingStatement, snapshotTransactionIsolationLevelStatement
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.debezium.connector.postgresql.spi.Snapshotter
shouldStreamEventsStartingFromSnapshot, snapshotCompleted
-
-