Uses of Class
io.debezium.pipeline.signal.ExecuteSnapshot.SnapshotType
-
Packages that use ExecuteSnapshot.SnapshotType Package Description io.debezium.pipeline.signal -
-
Uses of ExecuteSnapshot.SnapshotType in io.debezium.pipeline.signal
Methods in io.debezium.pipeline.signal that return ExecuteSnapshot.SnapshotType Modifier and Type Method Description static ExecuteSnapshot.SnapshotTypeExecuteSnapshot.SnapshotType. valueOf(String name)Returns the enum constant of this type with the specified name.static ExecuteSnapshot.SnapshotType[]ExecuteSnapshot.SnapshotType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-