Class InitialOnlySnapshotter
java.lang.Object
io.debezium.connector.mysql.snapshot.mode.BeanAwareSnapshotter
io.debezium.connector.mysql.snapshot.mode.InitialSnapshotter
io.debezium.connector.mysql.snapshot.mode.InitialOnlySnapshotter
- 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.InitialSnapshotter
configure, shouldSnapshot, shouldSnapshotOnDataError, shouldSnapshotOnSchemaError, shouldSnapshotSchema, 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
-
InitialOnlySnapshotter
public InitialOnlySnapshotter()
-
-
Method Details
-
name
- Specified by:
namein interfaceio.debezium.spi.snapshot.Snapshotter- Overrides:
namein classInitialSnapshotter
-
shouldStream
public boolean shouldStream()- Specified by:
shouldStreamin interfaceio.debezium.spi.snapshot.Snapshotter- Overrides:
shouldStreamin classInitialSnapshotter
-