Class TestingSinkSettings
- java.lang.Object
-
- org.apache.flink.connector.testframe.external.sink.TestingSinkSettings
-
public class TestingSinkSettings extends Object
Settings for configuring the sink under testing.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTestingSinkSettings.BuilderBuilder class forTestingSinkSettings.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static TestingSinkSettings.Builderbuilder()org.apache.flink.streaming.api.CheckpointingModegetCheckpointingMode()Deprecated.
-
-
-
Method Detail
-
builder
public static TestingSinkSettings.Builder builder()
-
getCheckpointingMode
@Deprecated public org.apache.flink.streaming.api.CheckpointingMode getCheckpointingMode()
Deprecated.Checkpointing mode required for the sink. 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.
-
-