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, shouldStream
Methods inherited from class io.debezium.snapshot.mode.BeanAwareSnapshotter
injectBeanRegistry
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.debezium.spi.snapshot.Snapshotter
shouldStreamEventsStartingFromSnapshot, snapshotAborted, snapshotCompleted
-
Constructor Details
-
SchemaOnlyRecoverySnapshotter
public SchemaOnlyRecoverySnapshotter()Deprecated.
-
-
Method Details
-
name
Deprecated.- Specified by:
name
in interfaceSnapshotter
- Overrides:
name
in classNoDataSnapshotter
-
RecoverySnapshotter
}