Class TestingSourceSettings
java.lang.Object
org.apache.flink.connector.testframe.external.source.TestingSourceSettings
Settings for configuring the source under testing.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()org.apache.flink.api.connector.source.BoundednessBoundedness of the source.org.apache.flink.streaming.api.CheckpointingModeDeprecated.
-
Method Details
-
builder
-
getBoundedness
public org.apache.flink.api.connector.source.Boundedness getBoundedness()Boundedness of the source. -
getCheckpointingMode
Deprecated.Checkpointing mode required for the source. This method is required for downstream projects e.g. Flink connectors extending this test for the case when there should be supported Flink versions below 1.20. Could be removed together with dropping support for Flink 1.19.
-