Package io.debezium.snapshot.mode
Class SchemaOnlyRecoverySnapshotter
java.lang.Object
io.debezium.snapshot.mode.BeanAwareSnapshotter
io.debezium.snapshot.mode.NoDataSnapshotter
io.debezium.snapshot.mode.SchemaOnlyRecoverySnapshotter
- All Implemented Interfaces:
BeanRegistryAware,Configurable,Snapshotter
Deprecated.
-
Field Summary
Fields inherited from class io.debezium.snapshot.mode.BeanAwareSnapshotter
beanRegistry -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.debezium.snapshot.mode.NoDataSnapshotter
configure, shouldSnapshotData, shouldSnapshotOnDataError, shouldSnapshotOnSchemaError, shouldSnapshotSchema, 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
-
SchemaOnlyRecoverySnapshotter
public SchemaOnlyRecoverySnapshotter()Deprecated.
-
-
Method Details
-
name
Deprecated.- Specified by:
namein interfaceSnapshotter- Overrides:
namein classNoDataSnapshotter
-
RecoverySnapshotter}