Class SchemaOnlyRecoverySnapshotter
java.lang.Object
io.debezium.connector.mysql.snapshot.mode.BeanAwareSnapshotter
io.debezium.connector.mysql.snapshot.mode.SchemaOnlySnapshotter
io.debezium.connector.mysql.snapshot.mode.SchemaOnlyRecoverySnapshotter
- All Implemented Interfaces:
BeanRegistryAware,io.debezium.spi.common.Configurable,io.debezium.spi.snapshot.Snapshotter
-
Field Summary
Fields inherited from class io.debezium.connector.mysql.snapshot.mode.BeanAwareSnapshotter
beanRegistry -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.debezium.connector.mysql.snapshot.mode.SchemaOnlySnapshotter
configure, shouldSnapshot, shouldSnapshotOnDataError, shouldSnapshotSchema, shouldStream, validateMethods inherited from class io.debezium.connector.mysql.snapshot.mode.BeanAwareSnapshotter
getConnectionClass, 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()
-
-
Method Details
-
name
- Specified by:
namein interfaceio.debezium.spi.snapshot.Snapshotter- Overrides:
namein classSchemaOnlySnapshotter
-
shouldSnapshotOnSchemaError
public boolean shouldSnapshotOnSchemaError()- Specified by:
shouldSnapshotOnSchemaErrorin interfaceio.debezium.spi.snapshot.Snapshotter- Overrides:
shouldSnapshotOnSchemaErrorin classSchemaOnlySnapshotter
-