Package io.debezium.snapshot.mode
Class InitialOnlySnapshotter
java.lang.Object
io.debezium.snapshot.mode.BeanAwareSnapshotter
io.debezium.snapshot.mode.InitialSnapshotter
io.debezium.snapshot.mode.InitialOnlySnapshotter
- All Implemented Interfaces:
BeanRegistryAware,Configurable,Snapshotter
-
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.InitialSnapshotter
configure, shouldSnapshotData, shouldSnapshotOnDataError, shouldSnapshotOnSchemaError, shouldSnapshotSchemaMethods inherited from class io.debezium.snapshot.mode.BeanAwareSnapshotter
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 interfaceSnapshotter- Overrides:
namein classInitialSnapshotter
-
shouldStream
public boolean shouldStream()- Specified by:
shouldStreamin interfaceSnapshotter- Overrides:
shouldStreamin classInitialSnapshotter
-