Package io.debezium.snapshot.mode
Class RecoverySnapshotter
java.lang.Object
io.debezium.snapshot.mode.BeanAwareSnapshotter
io.debezium.snapshot.mode.NoDataSnapshotter
io.debezium.snapshot.mode.RecoverySnapshotter
- All Implemented Interfaces:
BeanRegistryAware,Configurable,Snapshotter
-
Field Summary
Fields inherited from class io.debezium.snapshot.mode.BeanAwareSnapshotter
beanRegistry -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionname()booleanbooleanshouldSnapshotSchema(boolean offsetExists, boolean snapshotInProgress) Methods inherited from class io.debezium.snapshot.mode.NoDataSnapshotter
configure, shouldSnapshotData, shouldSnapshotOnDataError, shouldStreamMethods inherited from class io.debezium.snapshot.mode.BeanAwareSnapshotter
injectBeanRegistryMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.debezium.spi.snapshot.Snapshotter
shouldStreamEventsStartingFromSnapshot, snapshotAborted, snapshotCompleted
-
Constructor Details
-
RecoverySnapshotter
public RecoverySnapshotter()
-
-
Method Details
-
name
- Specified by:
namein interfaceSnapshotter- Overrides:
namein classNoDataSnapshotter
-
shouldSnapshotSchema
public boolean shouldSnapshotSchema(boolean offsetExists, boolean snapshotInProgress) - Specified by:
shouldSnapshotSchemain interfaceSnapshotter- Overrides:
shouldSnapshotSchemain classNoDataSnapshotter
-
shouldSnapshotOnSchemaError
public boolean shouldSnapshotOnSchemaError()- Specified by:
shouldSnapshotOnSchemaErrorin interfaceSnapshotter- Overrides:
shouldSnapshotOnSchemaErrorin classNoDataSnapshotter
-