Uses of Enum
io.debezium.pipeline.signal.actions.AbstractSnapshotSignal.SnapshotType
Packages that use AbstractSnapshotSignal.SnapshotType
Package
Description
-
Uses of AbstractSnapshotSignal.SnapshotType in io.debezium.pipeline.signal.actions
Methods in io.debezium.pipeline.signal.actions that return AbstractSnapshotSignal.SnapshotTypeModifier and TypeMethodDescriptionAbstractSnapshotSignal.getSnapshotType(Document data) Returns the enum constant of this type with the specified name.static AbstractSnapshotSignal.SnapshotType[]AbstractSnapshotSignal.SnapshotType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AbstractSnapshotSignal.SnapshotType in io.debezium.pipeline.signal.actions.snapshotting
Methods in io.debezium.pipeline.signal.actions.snapshotting with parameters of type AbstractSnapshotSignal.SnapshotTypeModifier and TypeMethodDescriptionprivate List<AdditionalCondition>ExecuteSnapshot.getAdditionalConditions(Document data, AbstractSnapshotSignal.SnapshotType type)