Class BeanAwareSnapshotter
java.lang.Object
io.debezium.connector.mysql.snapshot.mode.BeanAwareSnapshotter
- All Implemented Interfaces:
BeanRegistryAware
- Direct Known Subclasses:
InitialSnapshotter,NeverSnapshotter,SchemaOnlySnapshotter,WhenNeededSnapshotter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Class<? extends AbstractConnectorConnection>voidinjectBeanRegistry(BeanRegistry beanRegistry)
-
Field Details
-
beanRegistry
-
-
Constructor Details
-
BeanAwareSnapshotter
public BeanAwareSnapshotter()
-
-
Method Details
-
injectBeanRegistry
- Specified by:
injectBeanRegistryin interfaceBeanRegistryAware
-
getConnectionClass
protected Class<? extends AbstractConnectorConnection> getConnectionClass(MySqlConnectorConfig config)
-