Class NeverSnapshotter
java.lang.Object
io.debezium.connector.mysql.snapshot.mode.BeanAwareSnapshotter
io.debezium.connector.mysql.snapshot.mode.NeverSnapshotter
- All Implemented Interfaces:
BeanRegistryAware,io.debezium.spi.common.Configurable,io.debezium.spi.snapshot.Snapshotter
public class NeverSnapshotter
extends BeanAwareSnapshotter
implements io.debezium.spi.snapshot.Snapshotter
-
Field Summary
FieldsFields 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.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
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER
-
-
Constructor Details
-
NeverSnapshotter
public NeverSnapshotter()
-
-
Method Details
-
name
- Specified by:
namein interfaceio.debezium.spi.snapshot.Snapshotter
-
configure
- Specified by:
configurein interfaceio.debezium.spi.common.Configurable
-
validate
public void validate(boolean offsetContextExists, boolean isSnapshotInProgress) - Specified by:
validatein interfaceio.debezium.spi.snapshot.Snapshotter
-
shouldSnapshot
public boolean shouldSnapshot()- Specified by:
shouldSnapshotin interfaceio.debezium.spi.snapshot.Snapshotter
-
shouldStream
public boolean shouldStream()- Specified by:
shouldStreamin interfaceio.debezium.spi.snapshot.Snapshotter
-
shouldSnapshotSchema
public boolean shouldSnapshotSchema()- Specified by:
shouldSnapshotSchemain interfaceio.debezium.spi.snapshot.Snapshotter
-
shouldSnapshotOnSchemaError
public boolean shouldSnapshotOnSchemaError()- Specified by:
shouldSnapshotOnSchemaErrorin interfaceio.debezium.spi.snapshot.Snapshotter
-
shouldSnapshotOnDataError
public boolean shouldSnapshotOnDataError()- Specified by:
shouldSnapshotOnDataErrorin interfaceio.debezium.spi.snapshot.Snapshotter
-