Class AlwaysSnapshotter
java.lang.Object
io.debezium.connector.postgresql.snapshot.QueryingSnapshotter
io.debezium.connector.postgresql.snapshot.AlwaysSnapshotter
- All Implemented Interfaces:
Snapshotter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.debezium.connector.postgresql.snapshot.QueryingSnapshotter
buildSnapshotQuery, init, snapshotTableLockingStatement, snapshotTransactionIsolationLevelStatementMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.debezium.connector.postgresql.spi.Snapshotter
shouldStreamEventsStartingFromSnapshot, snapshotCompleted
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER
-
-
Constructor Details
-
AlwaysSnapshotter
public AlwaysSnapshotter()
-
-
Method Details
-
shouldStream
public boolean shouldStream()- Returns:
- true if the snapshotter should stream after taking a snapshot
-
shouldSnapshot
public boolean shouldSnapshot()- Returns:
- true if the snapshotter should take a snapshot
-